Vulgar Fraction Zero Thirds
↉
Shortcodes
Copy and paste codes for Vulgar Fraction Zero Thirds symbol ↉ to use in your websites, apps, blogs, and more.
Unicode
U+2189
HTML Code
↉
HEX Code
↉
CSS Code
\2189
JS/JSON
\u2189
Unix/C/PHP/JAVA
0x2189
URL-encode
%E2%86%89
copied
Customize Vulgar Fraction Zero Thirds Symbol
Customize ↉ symbol as you like and download Vulgar Fraction Zero Thirds 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 Vulgar Fraction Zero Thirds symbol in HTML, CSS, and JS?
Insert ↉ Vulgar Fraction Zero Thirds using HTML
1. Copy-paste Vulgar Fraction Zero Thirds directly:
<span>↉</span>
2. HTML Decimal Code:
<span>↉</span>
3. Hexadecimal Code:
<span>↉</span>
Preview:
↉
Add Vulgar Fraction Zero Thirds symbol with CSS
.vulgar-fraction-zero-thirds::before {
content: '\\2189';
}
Preview: Vulgar Fraction Zero Thirds
Vulgar Fraction Zero Thirds JavaScript Code
1. Direct Symbol:
document.querySelector('.vulgar-fraction-zero-thirds').textContent = '↉';
2. Unicode Escape for ↉:
document.querySelector('.vulgar-fraction-zero-thirds').textContent = '\u2189';
Preview: ↉