Skip to content
EmojiDB

U+00B8 · Modifier symbol

HTML entity

¸

Cedilla Symbol ¸

¸ is cedilla, U+00B8. Unicode records it as a compatibility form of ̧ (compat form). It was added in Unicode 1.1, and Unicode files it under Modifier symbol.

Also known as

Unicode 1.0 called this character spacing cedilla. The standard renamed it later, but documents, fonts and font-editing tools from that era still use the old name.

What Unicode says about ¸

this is a spacing character

other spacing accent characters: 02D8-02DB

— annotation from the Unicode Standard, NamesList.txt

Codes & technical data

UnicodeU+00B8
HTML hex¸
HTML decimal¸
CSS\00B8
JavaScript\u{00B8}
Python\U000000B8
Java / C#\u00B8
Rust\u{00b8}
Swift\u{00B8}
PHP\u{00B8}
URL encoded%C2%B8
UTF-8 bytesC2 B8
UTF-16 bytes00B8
Base64wrg=
Decimal184
HTML entity¸
Decomposes to ̧ (compat form)
CategoryModifier symbol (Sk)
IntroducedUnicode 1.1

Will ¸ survive being pasted?

  • Normalisation. No. Anything that applies NFKC — search indexes, usernames, domain names, programming identifiers — rewrites ¸ as ̧. Safe for display, not for storage.
  • Legacy encodings. ¸ exists in Latin-1 and Windows-1252, so even software that predates Unicode can store it.
  • Size. 2 bytes in UTF-8. Character-limited fields — SMS, bios, some form validators — usually count bytes, not characters.

Nearby in Latin-1 Supplement

The upper half of ISO 8859-1: the accented letters and the symbols that Western European printing needed but ASCII had no room for. This is where ° ± × ÷ £ ¥ © ® ½ ¼ live, which makes it the most-copied symbol block in Unicode despite being one of the oldest.

All 29 characters in Latin-1 Supplement →

How to type ¸

WindowsType 00B8 then press Alt+X, or hold Alt and type 184 on the numeric keypad
macOSPress Ctrl+Cmd+Space, then search for “cedilla”
LinuxPress Ctrl+Shift+U, type 00b8, press Enter
HTML¸

About Unicode’s Modifier symbol category

This is a modifier symbol — a free-standing character that looks like an accent but is not combined with the letter before it. Word processors treat it as its own character, so it can be selected and deleted on its own.

Frequently asked questions

How do I type the ¸ cedilla symbol?
On Windows, type 00B8 and press Alt+X. You can also hold Alt and type 184 on the numeric keypad. On Linux press Ctrl+Shift+U then 00b8. On any system the quickest route is the copy button on this page.
What is the code for ¸?
Cedilla is U+00B8, written in HTML as ¸. In UTF-8 it takes 2 bytes. The table above lists every escape format.
Will ¸ survive being pasted anywhere?
Not always. Cedilla is a compatibility character: any system that applies Unicode NFKC normalisation — search indexes, usernames, identifiers — replaces it with ̧. Use it for display, not where text is normalised.