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
(OGHAM SPACE MARK) is the Unicode character at code point U+1680. It belongs to the Ogham block, in the Space Separator (Zs) general category. Its script is Ogam.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+1680 | |
| decimal | 5760 | |
| htmldecimal |   | |
| htmlhex |   | |
| css | \1680 | |
| javascript | \u{1680} | |
| python | \u1680 | |
| java | \u1680 | |
| go | \u1680 | |
| ruby | \u{1680} | |
| rust | \u{1680} | |
| ccpp | \u1680 | |
| urlencoded | %E1%9A%80 | |
| utf8bytes | e1 9a 80 | |
| utf16bebytes | 16 80 | |
| utf32bebytes | 00 00 16 80 |
How to Use
HTML:
 
CSS:
content: "\1680"
JavaScript:
"\u{1680}"
Python:
"\u1680"
Properties
Frequently Asked Questions
What is the character (OGHAM SPACE MARK)?
(OGHAM SPACE MARK) is the Unicode character U+1680.
What is the Unicode codepoint of OGHAM SPACE MARK?
The OGHAM SPACE MARK character ( ) has codepoint U+1680.
How do I type or copy OGHAM SPACE MARK?
Copy directly, or use the HTML entity, UTF-8, and code encodings shown on this page.