Search

Search for a symbol or emoji...

Latin Small Letter A with Grave Symbol à

Latin Small Letter A with Grave Symbol Information

Symbol Name
Latin Small Letter A with Grave
Unicode Version
1.1 (June 1993)
Unicode
U+00E0
CSS Code
\00E0
HTML Entity
à
Hex Code
à
HTML Code
à
Latex
\`{a}
Symbol
à

Latin Small Letter A with Grave Symbol Encoding

UTF-8
0xC3 0xA0
UTF-16
0x00E0
UTF-32
0x000000E0

Latin Small Letter A with GraveSymbol's PNG and SVG files

Latin Small Letter A with Grave Symbol in Latex

Latin Small Letter A with Grave
1\documentclass{article} 2\begin{document} 3\`{a} 4\end{document}

How to add latin small letter a with grave symbol via keyboard on different Operating systems

You can type the latin small letter a with grave symbol on most modern devices with the help of following methods:

How to type latin small letter a with grave symbol on Microsoft Word

You can type the latin small letter a with grave in Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 00E0
  • Without moving the cursor press keys Alt + x together
  • The original 00E0 is now transformed into à

How to type latin small letter a with grave symbol on Microsoft Windows

You can type the latin small letter a with grave on Microsoft windows using following steps:

  • Hold Alt and press to type latin small letter a with grave on your windows machine.

How to type latin small letter a with grave symbol on Mac OS

You can type the latin small letter a with grave on Mac OS using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
  • Type "Latin Small Letter A with Grave" in the search field at the top and press Enter
  • The symbol should appear. Click on it to insert it into your text
Mac OS Character Viewer
Mac OS Character Viewer

How to type latin small letter a with grave symbol on Linux

You can type the latin small letter a with grave on Linux using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Hold ⇧ Shift + Ctrl and press the letter + U
  • Press keys 00E0 consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type latin small letter a with grave symbol on IOS and Android

The easiest way to type the latin small letter a with grave symbol on ios and android is to copy and paste it wherever you need it.

How to use latin small letter a with grave in CSS

//CSS Example
1span { 2 content: \00E0; 3 }

How to use latin small letter a with grave in HTML

//HTML Example
1<span>&#224;</span>

Latin Small Letter A with Grave symbol representation in programming languages

Latin Small Letter A with Gravesymbol's representation in different programming languages can be found in table below:

LanguageRepresentation
Rust
\u{E0}
Ruby
\u{E0}
Python
\u00E0
PHP
\u{E0}
Perl
\x{E0}
Java
\u00E0
Modern JavaScript - Since ES6
\u{E0}
JavaScript
\u00E0
Go
\u00E0
C#
\u00E0
C and C++
\u00E0
Bash and Zsh - inside echo -e
\u00E0
RFC 5137
\u'00E0'