Parenthesized Digit Five

Shortcodes

Copy and paste codes for Parenthesized Digit Five symbol ⑸ to use in your websites, apps, blogs, and more.

Unicode
U+2478
HTML Code
⑸
HEX Code
⑸
CSS Code
\2478
JS/JSON
\u2478
Unix/C/PHP/JAVA
0x2478
URL-encode
%E2%91%B8
copied

Customize Parenthesized Digit Five Symbol

Customize ⑸ symbol as you like and download Parenthesized Digit Five 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 Parenthesized Digit Five symbol in HTML, CSS, and JS?

Insert ⑸ Parenthesized Digit Five using HTML

1. Copy-paste Parenthesized Digit Five directly:
<span>⑸</span>
2. HTML Decimal Code:
<span>&#9336;</span>
3. Hexadecimal Code:
<span>&#x2478;</span>
Preview:

Add Parenthesized Digit Five symbol with CSS

.parenthesized-digit-five::before {
    content: '\\2478';
}
Preview: Parenthesized Digit Five

Parenthesized Digit Five JavaScript Code

1. Direct Symbol:
document.querySelector('.parenthesized-digit-five').textContent = '⑸';
2. Unicode Escape for ⑸:
document.querySelector('.parenthesized-digit-five').textContent = '\u2478';
Preview: