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' : ''">
๐ถ
Overview
๐ถ (GARAY SMALL LETTER FA) is the Unicode character at code point U+10D80. It belongs to the Garay block, in the Lowercase Letter (Ll) general category. Its script is Gara.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+10D80 | |
| decimal | 68992 | |
| htmldecimal | 𐶀 | |
| htmlhex | 𐶀 | |
| css | \10D80 | |
| javascript | \u{10D80} | |
| python | \U00010d80 | |
| java | \uD803\uDD80 | |
| go | \U00010D80 | |
| ruby | \u{10D80} | |
| rust | \u{10D80} | |
| ccpp | \U00010d80 | |
| urlencoded | %F0%90%B6%80 | |
| utf8bytes | f0 90 b6 80 | |
| utf16bebytes | d8 03 dd 80 | |
| utf32bebytes | 00 01 0d 80 |
How to Use
HTML:
𐶀
CSS:
content: "\10D80"
JavaScript:
"\u{10D80}"
Python:
"\U00010d80"
Properties
Frequently Asked Questions
What is the ๐ถ character (GARAY SMALL LETTER FA)?
๐ถ (GARAY SMALL LETTER FA) is the Unicode character U+10D80.
What is the Unicode codepoint of GARAY SMALL LETTER FA?
The GARAY SMALL LETTER FA character (๐ถ) has codepoint U+10D80.
How do I type or copy GARAY SMALL LETTER FA?
Copy ๐ถ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.