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 MINUS SIGN) is the Unicode character at code point U+10D8F. 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+10D8F | |
| decimal | 69007 | |
| htmldecimal | 𐶏 | |
| htmlhex | 𐶏 | |
| css | \10D8F | |
| javascript | \u{10D8F} | |
| python | \U00010d8f | |
| java | \uD803\uDD8F | |
| go | \U00010D8F | |
| ruby | \u{10D8F} | |
| rust | \u{10D8F} | |
| ccpp | \U00010d8f | |
| urlencoded | %F0%90%B6%8F | |
| utf8bytes | f0 90 b6 8f | |
| utf16bebytes | d8 03 dd 8f | |
| utf32bebytes | 00 01 0d 8f |
How to Use
HTML:
𐶏
CSS:
content: "\10D8F"
JavaScript:
"\u{10D8F}"
Python:
"\U00010d8f"
Properties
Frequently Asked Questions
What is the ๐ถ character (GARAY MINUS SIGN)?
๐ถ (GARAY MINUS SIGN) is the Unicode character U+10D8F.
What is the Unicode codepoint of GARAY MINUS SIGN?
The GARAY MINUS SIGN character (๐ถ) has codepoint U+10D8F.
How do I type or copy GARAY MINUS SIGN?
Copy ๐ถ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.