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' : ''">
북
HANGUL SYLLABLE BUG
Overview
북 (HANGUL SYLLABLE BUG) is the Unicode character at code point U+BD81. It belongs to the Hangul Syllables block, in the Other Letter (Lo) general category. Its script is Hang.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+BD81 | |
| decimal | 48513 | |
| htmldecimal | 북 | |
| htmlhex | 북 | |
| css | \BD81 | |
| javascript | \u{BD81} | |
| python | \ubd81 | |
| java | \uBD81 | |
| go | \uBD81 | |
| ruby | \u{BD81} | |
| rust | \u{BD81} | |
| ccpp | \ubd81 | |
| urlencoded | %EB%B6%81 | |
| utf8bytes | eb b6 81 | |
| utf16bebytes | bd 81 | |
| utf32bebytes | 00 00 bd 81 |
How to Use
HTML:
북
CSS:
content: "\BD81"
JavaScript:
"\u{BD81}"
Python:
"\ubd81"
Properties
- Block
- Hangul Syllables
- Script
- Hang
- Category
- Other Letter (Lo)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 1107 116E 11A8
Frequently Asked Questions
What is the 북 character (HANGUL SYLLABLE BUG)?
북 (HANGUL SYLLABLE BUG) is the Unicode character U+BD81.
What is the Unicode codepoint of HANGUL SYLLABLE BUG?
The HANGUL SYLLABLE BUG character (북) has codepoint U+BD81.
How do I type or copy HANGUL SYLLABLE BUG?
Copy 북 directly, or use the HTML entity, UTF-8, and code encodings shown on this page.