| Symbolname | Flat Sign |
| Unicode-Version | 1.1 |
| Unicode | U+266D |
| Unicode-Block | |
| Allgemeine Kategorie | Other Symbol (So) |
| CSS-Code | \266D |
| Hexadezimalcode | 0x266D |
| HTML-Code | ♭ |
| LaTeX | \flat |
| Symbol | ♭ |
| URL-Kodierung (UTF-8-Prozent) | %E2%99%AD |
| Ansagename (Screenreader) | Flat Sign |
| UTF-8 | E2 99 AD |
| UTF-16 | 266D |
| UTF-32 | 0000266D |
1\documentclass{article}2\usepackage{pifont}3\flat4\end{document}Sie können das Symbol flat sign auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 9837 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "flat sign", or use Unicode Hex Input with 266D.
Ctrl + Shift + U, type 266d, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with musical notation symbol support.
1span.flat-sign::before { content: "\266D"; font-family: "Bravura Text", "Segoe UI Symbol", serif; }1<span>♭</span>Die Darstellung des Symbols Flat Sign in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u266D' or String.fromCodePoint(9837) |
| Python | '\N{FLAT SIGN}' or chr(9837) |
| Rust | '\u{266D}' |
| C / C++ | UTF-8 source or wchar_t with U+266D |
| Go | string(rune(0x266D)) |
| Ruby | "\u{266D}" |