Greek Small Letter Omicron With Dasia And Varia

Shortcodes

Copy useful codes for greek small letter omicron with dasia and varia symbol ὃ to use in websites, apps, blogs, and docs.

Unicode
U+1F43
HTML Code
ὃ
HEX Code
ὃ
CSS Code
\1F43
JS/JSON
\u1F43
Unix/C/PHP/JAVA
0x1F43
URL-encode
%E1%BD%83

Customize Greek Small Letter Omicron With Dasia And Varia

Customize ὃ, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Greek Small Letter Omicron With Dasia And Varia Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ὃ</span>
HTML Code:
<span>&#8003;</span>
HEX Code:
<span>&#x1F43;</span>

Add with CSS

.greek-small-letter-omicron-with-dasia-and-varia::before {
  content: '\\1F43';
}

Set it in JavaScript

document.querySelector('.greek-small-letter-omicron-with-dasia-and-varia').textContent = 'ὃ';
copied