Latin Subscript Small Letter Schwa

Shortcodes

Copy and paste codes for Latin Subscript Small Letter Schwa symbol ₔ to use in your websites, apps, blogs, and more.

Unicode
U+2094
HTML Code
ₔ
HEX Code
ₔ
CSS Code
\2094
JS/JSON
\u2094
Unix/C/PHP/JAVA
0x2094
URL-encode
%E2%82%94
copied

Customize Latin Subscript Small Letter Schwa Symbol

Customize ₔ symbol as you like and download Latin Subscript Small Letter Schwa 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 Latin Subscript Small Letter Schwa symbol in HTML, CSS, and JS?

Insert ₔ Latin Subscript Small Letter Schwa using HTML

1. Copy-paste Latin Subscript Small Letter Schwa directly:
<span>ₔ</span>
2. HTML Decimal Code:
<span>&#8340;</span>
3. Hexadecimal Code:
<span>&#x2094;</span>
Preview:

Add Latin Subscript Small Letter Schwa symbol with CSS

.latin-subscript-small-letter-schwa::before {
    content: '\\2094';
}
Preview: Latin Subscript Small Letter Schwa

Latin Subscript Small Letter Schwa JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-subscript-small-letter-schwa').textContent = 'ₔ';
2. Unicode Escape for ₔ:
document.querySelector('.latin-subscript-small-letter-schwa').textContent = '\u2094';
Preview: