| Symbol Name | Hangul Syllable Nyu |
| Unicode Version | 2.0 |
| Unicode | U+B274 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B274 |
| Hex Code | 0xB274 |
| HTML Code | 뉴 |
| LaTeX | \hangul{B274} |
| Symbol | 뉴 |
| URL encode (UTF-8 percent) | %EB%89%B4 |
| Spoken / screen reader name | Hangul Syllable Nyu |
| UTF-8 | EB 89 B4 |
| UTF-16 | B274 |
| UTF-32 | 0000B274 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B274}4\end{document}You can type the hangul syllable nyu symbol on most modern devices with the help of following methods:
Alt + 45684 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable nyu", or use Unicode Hex Input with B274.
Ctrl + Shift + U, type b274, 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-nyu::before { content: "\B274"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뉴</span>Hangul Syllable Nyu symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uB274' or String.fromCodePoint(45684) |
| Python | '\N{HANGUL SYLLABLE NYU}' or chr(45684) |
| Rust | '\u{B274}' |
| C / C++ | UTF-8 source or wchar_t with U+B274 |
| Go | string(rune(0xB274)) |
| Ruby | "\u{B274}" |