Vulgar Fraction Zero Thirds
↉
Shortcodes
Copy useful codes for vulgar fraction zero thirds symbol ↉ to use in websites, apps, blogs, and docs.
Unicode
U+2189 HTML Code
↉ HEX Code
↉ CSS Code
\2189 JS/JSON
\u2189 Unix/C/PHP/JAVA
0x2189 URL-encode
%E2%86%89 Customize Vulgar Fraction Zero Thirds
Customize ↉, download it as SVG or PNG, or copy the generated HTML snippet.
↉
How to use Vulgar Fraction Zero Thirds Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>↉</span> HTML Code:
<span>↉</span> HEX Code:
<span>↉</span> Add with CSS
.vulgar-fraction-zero-thirds::before {
content: '\\2189';
} Set it in JavaScript
document.querySelector('.vulgar-fraction-zero-thirds').textContent = '↉';