| Symboolnaam | Hangul Syllable Nya |
| Unicode-versie | 2.0 |
| Unicode | U+B0D0 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \B0D0 |
| Hexadecimale code | 0xB0D0 |
| HTML-code | 냐 |
| LaTeX | \hangul{B0D0} |
| Symbool | 냐 |
| URL-codering (UTF-8 procent) | %EB%83%90 |
| Uitgesproken naam / schermlezer | Hangul Syllable Nya |
| UTF-8 | EB 83 90 |
| UTF-16 | B0D0 |
| UTF-32 | 0000B0D0 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B0D0}4\end{document}Je kunt het hangul syllable nya-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 45264 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable nya", or use Unicode Hex Input with B0D0.
Ctrl + Shift + U, type b0d0, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-nya::before { content: "\B0D0"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>냐</span>De weergave van het Hangul Syllable Nya-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uB0D0' or String.fromCodePoint(45264) |
| Python | '\N{HANGUL SYLLABLE NYA}' or chr(45264) |
| Rust | '\u{B0D0}' |
| C / C++ | UTF-8 source or wchar_t with U+B0D0 |
| Go | string(rune(0xB0D0)) |
| Ruby | "\u{B0D0}" |