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>&#8585;</span>
HEX Code:
<span>&#x2189;</span>

Add with CSS

.vulgar-fraction-zero-thirds::before {
  content: '\\2189';
}

Set it in JavaScript

document.querySelector('.vulgar-fraction-zero-thirds').textContent = '↉';

Related Fraction Symbols

View all Fraction Symbols
copied