Skip to content

Instantly share code, notes, and snippets.

@gnclmorais
Last active February 17, 2022 08:34
Show Gist options
  • Save gnclmorais/724c0ace60f9c39d2924 to your computer and use it in GitHub Desktop.
Save gnclmorais/724c0ace60f9c39d2924 to your computer and use it in GitHub Desktop.
How to write the letter ç (c-cedilla) in virtually everywhere.
        |OS X (UK)                                 |Unicode|Alt Code|HTML (Name) |HTML (Number)

------------|------------------------------------------|-------|--------|------------|------------- Upper case Ç| + + c|U+00C7 |Alt 0199|Ç |Ç Lower case ç| + c |U+00E7 |Alt 0231|ç |ç

More info:

@giles-cholmondley-durston

On Mac I just hold down the c key for a second and hit 1.

image

@gnclmorais
Copy link
Author

☝️ Thank you, @jaybowles!

@antoniobg
Copy link

@jalada
Copy link

jalada commented Feb 10, 2022

On Linux if you have the compose key enabled you can do compose+, then a c or C which is a more visual thing to remember than a unicode combo. Works for a bunch of other accents, too!

@gnclmorais
Copy link
Author

Thanks David!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment