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' : ''">
︥
COMBINING MACRON RIGHT HALF
Overview
︥ (COMBINING MACRON RIGHT HALF) is the Unicode character at code point U+FE25. It belongs to the Combining Half Marks block, in the Nonspacing Mark (Mn) general category. Its script is Zinh.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FE25 | |
| decimal | 65061 | |
| htmldecimal | ︥ | |
| htmlhex | ︥ | |
| css | \FE25 | |
| javascript | \u{FE25} | |
| python | \ufe25 | |
| java | \uFE25 | |
| go | \uFE25 | |
| ruby | \u{FE25} | |
| rust | \u{FE25} | |
| ccpp | \ufe25 | |
| urlencoded | %EF%B8%A5 | |
| utf8bytes | ef b8 a5 | |
| utf16bebytes | fe 25 | |
| utf32bebytes | 00 00 fe 25 |
How to Use
HTML:
︥
CSS:
content: "\FE25"
JavaScript:
"\u{FE25}"
Python:
"\ufe25"
Properties
- Block
- Combining Half Marks
- Script
- Zinh
- Category
- Nonspacing Mark (Mn)
- Bidirectional
- NSM
- Combining
- 230
- Mirrored
- No
Frequently Asked Questions
What is the ︥ character (COMBINING MACRON RIGHT HALF)?
︥ (COMBINING MACRON RIGHT HALF) is the Unicode character U+FE25.
What is the Unicode codepoint of COMBINING MACRON RIGHT HALF?
The COMBINING MACRON RIGHT HALF character (︥) has codepoint U+FE25.
How do I type or copy COMBINING MACRON RIGHT HALF?
Copy ︥ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.