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' : ''">
Ƹ
LATIN CAPITAL LETTER EZH REVERSED
Overview
Ƹ (LATIN CAPITAL LETTER EZH REVERSED) is the Unicode character at code point U+01B8. It belongs to the Latin Extended-B block, in the Uppercase Letter (Lu) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+01B8 | |
| decimal | 440 | |
| htmldecimal | Ƹ | |
| htmlhex | Ƹ | |
| css | \01B8 | |
| javascript | \u{1B8} | |
| python | \u01b8 | |
| java | \u01B8 | |
| go | \u01B8 | |
| ruby | \u{1B8} | |
| rust | \u{1B8} | |
| ccpp | \u01b8 | |
| urlencoded | %C6%B8 | |
| utf8bytes | c6 b8 | |
| utf16bebytes | 01 b8 | |
| utf32bebytes | 00 00 01 b8 |
How to Use
HTML:
Ƹ
CSS:
content: "\01B8"
JavaScript:
"\u{1B8}"
Python:
"\u01b8"
Properties
- Block
- Latin Extended-B
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the Ƹ character (LATIN CAPITAL LETTER EZH REVERSED)?
Ƹ (LATIN CAPITAL LETTER EZH REVERSED) is the Unicode character U+01B8.
What is the Unicode codepoint of LATIN CAPITAL LETTER EZH REVERSED?
The LATIN CAPITAL LETTER EZH REVERSED character (Ƹ) has codepoint U+01B8.
How do I type or copy LATIN CAPITAL LETTER EZH REVERSED?
Copy Ƹ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.