| Symbol Name | Warning |
| Unicode Version | 0.6 |
| Unicode | U+26A0 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \26A0 |
| Hex Code | 0x26A0 |
| HTML Code | ⚠️ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⚠️ |
| URL encode (UTF-8 percent) | %E2%9A%A0%EF%B8%8F |
| Discord / Slack shortcode | :warning: |
| GitHub shortcode | :warning: |
| Spoken / screen reader name | Warning |
| UTF-8 | E2 9A A0 EF B8 8F |
| UTF-16 | 26A0 FE0F |
| UTF-32 | 000026A0 0000FE0F |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the warning 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 "warning".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "warning".
Emoji keyboard → Symbols; search "warning".
1span.warning::before { content: "\26A0"; } /* prefer inline grapheme for ZWJ */1<span>⚠️</span>Warning symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x26A0, 0xFE0F) |
| Python | '\N{WARNING}' |
| Rust | '\u{26A0}' |
| Swift | "\u{26A0}" |
| Go | string(rune(0x26A0)) |
| Ruby | "\u{26A0}" |