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