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