Turned Greek Small Letter Iota

Shortcodes

Copy and paste codes for Turned Greek Small Letter Iota symbol ℩ to use in your websites, apps, blogs, and more.

Unicode
U+2129
HTML Code
℩
HEX Code
℩
CSS Code
\2129
JS/JSON
\u2129
Unix/C/PHP/JAVA
0x2129
URL-encode
%E2%84%A9
copied

Customize Turned Greek Small Letter Iota Symbol

Customize ℩ symbol as you like and download Turned Greek Small Letter Iota as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Turned Greek Small Letter Iota symbol in HTML, CSS, and JS?

Insert ℩ Turned Greek Small Letter Iota using HTML

1. Copy-paste Turned Greek Small Letter Iota directly:
<span>℩</span>
2. HTML Decimal Code:
<span>&#8489;</span>
3. Hexadecimal Code:
<span>&#x2129;</span>
Preview:

Add Turned Greek Small Letter Iota symbol with CSS

.turned-greek-small-letter-iota::before {
    content: '\\2129';
}
Preview: Turned Greek Small Letter Iota

Turned Greek Small Letter Iota JavaScript Code

1. Direct Symbol:
document.querySelector('.turned-greek-small-letter-iota').textContent = '℩';
2. Unicode Escape for ℩:
document.querySelector('.turned-greek-small-letter-iota').textContent = '\u2129';
Preview: