| Symbol Name | Red Hair |
| Unicode Version | 11.0 |
| Unicode | U+1F9B0 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \1F9B0 |
| Hex Code | 0x1F9B0 |
| HTML Code | 🦰 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | 🦰 |
| URL encode (UTF-8 percent) | %F0%9F%A6%B0 |
| Spoken / screen reader name | Red Hair |
| UTF-8 | F0 9F A6 B0 |
| UTF-16 | D83E DDB0 |
| UTF-32 | 0001F9B0 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the red hair symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "red hair".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "red hair".
Emoji keyboard → Symbols; search "red hair".
1span.red-hair::before { content: "\1F9B0"; } /* prefer inline grapheme for ZWJ */1<span>🦰</span>Red Hair symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDDB0' or String.fromCodePoint(0x1F9B0) |
| Python | '\N{RED HAIR}' |
| Rust | '\u{1F9B0}' |
| Swift | "\u{1F9B0}" |
| Go | string(rune(0x1F9B0)) |
| Ruby | "\u{1F9B0}" |