Number Twenty Full Stop

Shortcodes

Copy and paste codes for Number Twenty Full Stop symbol ⒛ to use in your websites, apps, blogs, and more.

Unicode
U+249B
HTML Code
⒛
HEX Code
⒛
CSS Code
\249B
JS/JSON
\u249B
Unix/C/PHP/JAVA
0x249B
URL-encode
%E2%92%9B
copied

Customize Number Twenty Full Stop Symbol

Customize ⒛ symbol as you like and download Number Twenty Full Stop 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 Number Twenty Full Stop symbol in HTML, CSS, and JS?

Insert ⒛ Number Twenty Full Stop using HTML

1. Copy-paste Number Twenty Full Stop directly:
<span>⒛</span>
2. HTML Decimal Code:
<span>&#9371;</span>
3. Hexadecimal Code:
<span>&#x249B;</span>
Preview:

Add Number Twenty Full Stop symbol with CSS

.number-twenty-full-stop::before {
    content: '\\249B';
}
Preview: Number Twenty Full Stop

Number Twenty Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.number-twenty-full-stop').textContent = '⒛';
2. Unicode Escape for ⒛:
document.querySelector('.number-twenty-full-stop').textContent = '\u249B';
Preview: