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' : ''">
⦀
TRIPLE VERTICAL BAR DELIMITER
Overview
⦀ (TRIPLE VERTICAL BAR DELIMITER) is the Unicode character at code point U+2980. It belongs to the Miscellaneous Mathematical Symbols-B block, in the Math Symbol (Sm) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2980 | |
| decimal | 10624 | |
| htmldecimal | ⦀ | |
| htmlhex | ⦀ | |
| css | \2980 | |
| javascript | \u{2980} | |
| python | \u2980 | |
| java | \u2980 | |
| go | \u2980 | |
| ruby | \u{2980} | |
| rust | \u{2980} | |
| ccpp | \u2980 | |
| urlencoded | %E2%A6%80 | |
| utf8bytes | e2 a6 80 | |
| utf16bebytes | 29 80 | |
| utf32bebytes | 00 00 29 80 |
How to Use
HTML:
⦀
CSS:
content: "\2980"
JavaScript:
"\u{2980}"
Python:
"\u2980"
Properties
- Script
- Zyyy
- Category
- Math Symbol (Sm)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ⦀ character (TRIPLE VERTICAL BAR DELIMITER)?
⦀ (TRIPLE VERTICAL BAR DELIMITER) is the Unicode character U+2980.
What is the Unicode codepoint of TRIPLE VERTICAL BAR DELIMITER?
The TRIPLE VERTICAL BAR DELIMITER character (⦀) has codepoint U+2980.
How do I type or copy TRIPLE VERTICAL BAR DELIMITER?
Copy ⦀ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.