| Symbol Name | Broken Chain |
| Unicode Version | 15.1 |
| Unicode | U+26D3 |
| Unicode block | |
| General category | Emoji (So) |
| CSS Code | \26D3 |
| Hex Code | 0x26D3 |
| HTML Code | ⛓️‍💥 |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Symbol | ⛓️💥 |
| URL encode (UTF-8 percent) | %E2%9B%93%EF%B8%8F%E2%80%8D%F0%9F%92%A5 |
| Spoken / screen reader name | Broken Chain |
This emoji is formed from multiple code points (including zero-width joiner U+200D). Copy individual components or use the full sequence as one character.
| UTF-8 | E2 9B 93 EF B8 8F E2 80 8D F0 9F 92 A5 |
| UTF-16 | 26D3 FE0F 200D D83D DCA5 |
| UTF-32 | 000026D3 0000FE0F 0000200D 0001F4A5 |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}You can type the broken chain symbol on most modern devices with the help of following methods:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Objects & Tech in emoji keyboard.
Edit → Emoji & Symbols, search "broken chain".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Objects, or search "broken chain".
Emoji keyboard → Objects; search "broken chain".
1span.broken-chain::before { content: "\26D3"; } /* prefer inline grapheme for ZWJ */1<span>⛓️‍💥</span>Broken Chain symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | String.fromCodePoint(0x26D3, 0xFE0F, 0x200D, 0x1F4A5) |
| Python | '\N{BROKEN CHAIN}' |
| Rust | '\u{26D3}' |
| Swift | "\u{26D3}" |
| Go | string(rune(0x26D3)) |
| Ruby | "\u{26D3}" |