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 PLUS SIGN) is the Unicode character at code point U+10D8E. It belongs to the Garay block, in the Math Symbol (Sm) general category. Its script is Gara.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+10D8E | |
| decimal | 69006 | |
| htmldecimal | 𐶎 | |
| htmlhex | 𐶎 | |
| css | \10D8E | |
| javascript | \u{10D8E} | |
| python | \U00010d8e | |
| java | \uD803\uDD8E | |
| go | \U00010D8E | |
| ruby | \u{10D8E} | |
| rust | \u{10D8E} | |
| ccpp | \U00010d8e | |
| urlencoded | %F0%90%B6%8E | |
| utf8bytes | f0 90 b6 8e | |
| utf16bebytes | d8 03 dd 8e | |
| utf32bebytes | 00 01 0d 8e |
How to Use
HTML:
𐶎
CSS:
content: "\10D8E"
JavaScript:
"\u{10D8E}"
Python:
"\U00010d8e"
Properties
Frequently Asked Questions
What is the ๐ถ character (GARAY PLUS SIGN)?
๐ถ (GARAY PLUS SIGN) is the Unicode character U+10D8E.
What is the Unicode codepoint of GARAY PLUS SIGN?
The GARAY PLUS SIGN character (๐ถ) has codepoint U+10D8E.
How do I type or copy GARAY PLUS SIGN?
Copy ๐ถ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.