Number Fourteen Full Stop

Shortcodes

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

Unicode
U+2495
HTML Code
⒕
HEX Code
⒕
CSS Code
\2495
JS/JSON
\u2495
Unix/C/PHP/JAVA
0x2495
URL-encode
%E2%92%95
copied

Customize Number Fourteen Full Stop Symbol

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

Insert ⒕ Number Fourteen Full Stop using HTML

1. Copy-paste Number Fourteen Full Stop directly:
<span>⒕</span>
2. HTML Decimal Code:
<span>&#9365;</span>
3. Hexadecimal Code:
<span>&#x2495;</span>
Preview:

Add Number Fourteen Full Stop symbol with CSS

.number-fourteen-full-stop::before {
    content: '\\2495';
}
Preview: Number Fourteen Full Stop

Number Fourteen Full Stop JavaScript Code

1. Direct Symbol:
document.querySelector('.number-fourteen-full-stop').textContent = '⒕';
2. Unicode Escape for ⒕:
document.querySelector('.number-fourteen-full-stop').textContent = '\u2495';
Preview: