copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('ઓ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
ઓ
GUJARATI LETTER O
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0A93 | |
| decimal | 2707 | |
| htmldecimal | ઓ | |
| htmlhex | ઓ | |
| css | \0A93 | |
| javascript | \u{A93} | |
| python | \u0a93 | |
| java | \u0A93 | |
| go | \u0A93 | |
| ruby | \u{A93} | |
| rust | \u{A93} | |
| ccpp | \u0a93 | |
| urlencoded | %E0%AA%93 | |
| utf8bytes | e0 aa 93 | |
| utf16bebytes | 0a 93 | |
| utf32bebytes | 00 00 0a 93 |
How to Use
HTML:
ઓ
CSS:
content: "\0A93"
JavaScript:
"\u{A93}"
Python:
"\u0a93"