Latin Small Letter a with Macron |
| Name | Latin Small Letter a with Macron | |
| Unicode | U+0101 | |
| CSS Code | \0101 | |
| HTML Entity | ā | |
| HTML Code | ā |
<div>ā</div>div::before {
content: "\0101";
}Latin Small Letter a with Macron |
| Name | Latin Small Letter a with Macron | |
| Unicode | U+0101 | |
| CSS Code | \0101 | |
| HTML Entity | ā | |
| HTML Code | ā |
<div>ā</div>div::before {
content: "\0101";
}