Latin Small Letter A With Ogonek

ą

Shortcodes

Copy and paste codes for Latin Small Letter A With Ogonek symbol ą to use in your websites, apps, blogs, and more.

Unicode
U+0105
HTML Code
ą
HEX Code
ą
CSS Code
\105
JS/JSON
\u0105
Unix/C/PHP/JAVA
0x105
URL-encode
%C4%85
copied

Customize Latin Small Letter A With Ogonek Symbol

Customize ą symbol as you like and download Latin Small Letter A With Ogonek as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ą

                        
                    

How to add Latin Small Letter A With Ogonek symbol in HTML, CSS, and JS?

Insert ą Latin Small Letter A With Ogonek using HTML

1. Copy-paste Latin Small Letter A With Ogonek directly:
<span>ą</span>
2. HTML Decimal Code:
<span>&#261;</span>
3. Hexadecimal Code:
<span>&#x0105;</span>
Preview: ą

Add Latin Small Letter A With Ogonek symbol with CSS

.latin-small-letter-a-with-ogonek::before {
    content: '\\105';
}
Preview: Latin Small Letter A With Ogonek

Latin Small Letter A With Ogonek JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-a-with-ogonek').textContent = 'ą';
2. Unicode Escape for ą:
document.querySelector('.latin-small-letter-a-with-ogonek').textContent = '\u0105';
Preview: ą