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 Z WITH STROKE
Overview
Ƶ (LATIN CAPITAL LETTER Z WITH STROKE) is the Unicode character at code point U+01B5. 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+01B5 | |
| decimal | 437 | |
| htmldecimal | Ƶ | |
| htmlhex | Ƶ | |
| css | \01B5 | |
| javascript | \u{1B5} | |
| python | \u01b5 | |
| java | \u01B5 | |
| go | \u01B5 | |
| ruby | \u{1B5} | |
| rust | \u{1B5} | |
| ccpp | \u01b5 | |
| urlencoded | %C6%B5 | |
| utf8bytes | c6 b5 | |
| utf16bebytes | 01 b5 | |
| utf32bebytes | 00 00 01 b5 |
How to Use
HTML:
Ƶ
CSS:
content: "\01B5"
JavaScript:
"\u{1B5}"
Python:
"\u01b5"
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 Z WITH STROKE)?
Ƶ (LATIN CAPITAL LETTER Z WITH STROKE) is the Unicode character U+01B5.
What is the Unicode codepoint of LATIN CAPITAL LETTER Z WITH STROKE?
The LATIN CAPITAL LETTER Z WITH STROKE character (Ƶ) has codepoint U+01B5.
How do I type or copy LATIN CAPITAL LETTER Z WITH STROKE?
Copy Ƶ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.