CINXE.COM
Inter font family
<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <title>Inter font family</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="stylesheet" href="/inter/inter.css?v=4.1"> <link rel="stylesheet" href="/inter/res/base.css?v="> <link rel="icon" type="image/png" href="/inter/res/favicon.png?v=20241116010036"> <link rel="preload" href="/inter/font-files/InterVariable.woff2?v=4.1" as="font" type="font/woff2" crossorigin="anonymous"> <link rel="preload" href="/inter/font-files/InterVariable-Italic.woff2?v=4.1" as="font" type="font/woff2" crossorigin="anonymous"> <meta name="format-detection" content="telephone=no"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@rsms"> <meta name="twitter:creator" content="@rsms"> <meta name="twitter:description" content="Inter is a typeface family"> <meta name="description" content="Inter is a typeface family"> <meta property="og:description" content="Inter is a typeface family"> <meta property="og:title" content="Inter font family"> <meta name="twitter:title" content="Inter font family"> <meta property="og:image" content="https://rsms.me/inter/res/share.png"> <meta name="twitter:image" content="https://rsms.me/inter/res/share.png"> <meta property="og:image:alt" content="Inter font family sample image"> <meta property="fb:app_id" content="38027689216"> <meta property="og:site_name" content="rsms.me/inter"> <meta property="og:type" content="product"> <meta property="og:locale" content="en_US"> <meta property="og:url" content="https://rsms.me/inter/"> </head> <body> <header><div> <h4><a href="#" class=scroll-reveal>Inter</a></h4> <div class=menu> <a href="/inter/#features">Features</a> <a href="/inter/#glyphs">Glyphs</a> <a href="/inter/#faq" class=not-small-screen>FAQ</a> <a href="/inter/lab/">Lab</a> <a href="/inter/download/" >Download ↓</a> </div> </div></header> <style type="text/css"> body { overflow-x: hidden } h1.title { font-size: 6rem; letter-spacing: -0.03em; margin-bottom: 0.4em; margin-top: 4rem; font-size: calc(100vw / 8); line-height: 1.0; } .row.examples .spacer { height: 3rem; } .row.section1-roman {} @media (prefers-color-scheme: light) { /*.row.section1-italic { background: var(--foreground-color); color: var(--background-color); }*/ } @media (prefers-color-scheme: dark) { /*.row.section1-italic { background: #555; }*/ } .row.examples .label { font-size: var(--font-size); opacity: 0.3; } .row.examples a.label:hover { opacity: 1; } .row.examples .label.r { text-align: right } @media only screen and (max-width: 719px) { /* window width <= 719 */ .row.examples .example-note { margin: 1em 0 } } .example2 { font-size: 10vw; line-height: initial; margin-left: calc(1em / -18); letter-spacing: -0.02em; } .example2.i { font-style:italic; } .example2.single-line { line-height: 1.0; white-space: nowrap; } .example2.multi-line { font-size: 6vw; padding-top: 0.5rem; padding-bottom: 2rem; line-height: 1.1; } .example2.features { line-height: 1.2; white-space: nowrap; font-size: 16vw; } .example-a-z { font-size: 9.5vw; white-space: nowrap; font-weight: 450; line-height: 1.0; display: flex; flex-direction: column; /* ☰ */ gap: 1rem; /* label to text */ padding: 0 0; margin: 0; width: 100%; } .row.features-section1 { padding-bottom:1.5rem; } .row.features-section1 hr:last-child { display: none; } .row.features-section2 { padding-top:3vw; } .row.features-section1 { /* light pink: --background-color: #ffb6c1; --em-color: #815159; */ --background-color: var(--warm-yellow); --foreground-color: #000011; --em-color: color(display-p3 0.5 0.4 0); --unit-background-color: rgba(0, 0, 0, 0.08); color: var(--foreground-color); background: var(--background-color); } @supports not (color: color(display-p3 1 1 1)) { .row.features-section1 { --em-color: #a07400; } } .feat-example em { color: var(--em-color); } .feat-name p { margin-bottom:0 } .feat-example { font-size: 2.5vw; } .feat-example em { font-style: normal; } .feat-table hr.thin { height: 1px; opacity: 0.3; } input[type="checkbox"] { --height: calc(1rem * var(--line-height)); --checkbox-size: 1rem; --checkbox-handle-size: calc(var(--checkbox-size) - 8px); --checkbox-border: 2px; --checkbox-bg: black; --checkbox-fg: black; --checkbox-on-bg: black; --checkbox-on-fg: var(--background-color); --focus-color: blue; flex: 0 0 auto; margin: calc((var(--height) - var(--checkbox-size)) / 2) 0; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; user-select: none; -moz-user-select: none; -webkit-user-select:none; background: none; border: none; background-color: transparent; border: var(--checkbox-border) solid var(--checkbox-bg); box-sizing: border-box; width: calc(var(--checkbox-size) * 2); height: var(--checkbox-size); border-radius: var(--checkbox-size); position:relative; transition: all 168ms ease-out; } input[type="checkbox"]:focus { outline: none; /*box-shadow: 0 0 0 2px var(--background-color), 0 0 0 4px var(--focus-color);*/ } input[type="checkbox"]:active { /* trick to avoid flickering outline */ box-shadow: none; } input[type="checkbox"]::after { --padding: calc( ( (var(--checkbox-size) - var(--checkbox-handle-size)) / 2 ) - var(--checkbox-border) ); content: ""; background: var(--checkbox-fg); display:block; position:absolute; left: var(--padding); top: var(--padding); width:var(--checkbox-handle-size); height:var(--checkbox-handle-size); border-radius:var(--checkbox-handle-size); transform: translate(0, 0); transition: all 90ms ease-out; /*cubic-bezier(0.09, 0.49, 0.71, 0.98);*/ } input[type="checkbox"]:checked { background-color: var(--checkbox-on-bg); } input[type="checkbox"]:checked::after { background-color: var(--checkbox-on-fg); transform: translate(calc(var(--checkbox-size)), 0); /*transition: all 168ms cubic-bezier(0.17, 0.65, 0.48, 1);*/ } input[type="range"] { --height: calc(1rem * var(--line-height)); --input-range-color-bg: black; --input-range-color-fg: black; --input-range-color-focus: rgb(0, 130, 255); --input-range-knob-size: 0.75rem; --input-range-track-size: 2px; --input-range-height: var(--height); --surface1-color-bg: red; -webkit-appearance: none; /*width: 100%;*/ background: transparent; cursor: default; margin:0; padding:0 0.5em; box-sizing: border-box; /*margin-left: calc((var(--input-range-height) - var(--input-range-track-size)) / -2);*/ } input[type="range"]:focus { outline: none; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; border: 0; height: var(--input-range-knob-size); width: var(--input-range-knob-size); border-radius: var(--input-range-knob-size); background: var(--input-range-color-fg); box-shadow: 0 0 0 2px var(--background-color); margin-top: calc((var(--input-range-knob-size) - var(--input-range-track-size)) / -2); } input[type="range"]::-moz-range-thumb { border: 0; height: var(--input-range-knob-size); width: var(--input-range-knob-size); border-radius: var(--input-range-knob-size); background: var(--input-range-color-fg); box-shadow: 0 0 0 2px var(--background-color); margin-top: calc((var(--input-range-knob-size) - var(--input-range-track-size)) / -2); } input[type="range"]::-webkit-slider-runnable-track { /* Note: hit testing is done on this element so we make it large enough to easily hit with --input-range-height and a border that matches the background color. This is not portable, unfortunately. */ box-sizing: border-box; width: 100%; height: var(--input-range-height); background: var(--input-range-color-bg); --border-w: calc((var(--input-range-height) - var(--input-range-track-size)) / 2); border-top: var(--border-w) solid var(--background-color); border-bottom: var(--border-w) solid var(--background-color); } input[type="range"]::-moz-range-track { box-sizing: border-box; width: 100%; height: var(--input-range-height); background: var(--input-range-color-bg); --border-w: calc((var(--input-range-height) - var(--input-range-track-size)) / 2); border-top: var(--border-w) solid var(--background-color); border-bottom: var(--border-w) solid var(--background-color); } /*input[type="range"]:focus::-webkit-slider-thumb { background-color: var(--blue) } input[type="range"]:focus::-moz-range-thumb { background-color: var(--blue) }*/ input[type="range"]:focus::-webkit-slider-runnable-track { box-shadow: 0 0 0 2px var(--focus-color); } input[type="range"]:focus::-moz-range-track { box-shadow: 0 0 0 2px var(--focus-color); } .switch-button { --height: calc(1rem * var(--line-height)); display: grid; grid-template-columns: auto 1fr; align-items: center; user-select: none; line-height: var(--height); height: var(--height); } .switch-button > input[type="checkbox"] { margin-right: 0.4rem; } .row.glyphs { /*--background-color: var(--medium-green);*/ --background-color: color(display-p3 0.28 0.89 1); --background-color-transparent: color(display-p3 0.28 0.89 1 / 0); --grid-color: color(display-p3 0 0.65 0.8); --background-color: var(--medium-green); --grid-color: #000; --foreground-color: black; --font-weight: 400; color: var(--foreground-color); background: var(--background-color); flex-direction: column; padding: 2rem 0 0 0; box-sizing: border-box; scroll-padding-top: 0; } .row.glyphs h2 { font-size: 8rem; margin-left: calc(8rem / -19); line-height: 1.0; } .row.glyphs h2 > a { color: white; } .row.glyphs > *:first-child { padding: 0 var(--row-padding); padding-bottom: 1rem; } .glyph-grid { --line-width: 1px; --cell-size: 4rem; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); position: relative; max-width: 100vw; box-sizing: border-box; gap: var(--line-width); flex: 1 0 100%; } .glyph-grid .popup-menu { --height: calc(1rem * var(--line-height)); position: relative; width: 100%; height: var(--height); overflow: hidden; /*grid-column-start: span 2;*/ display: grid; grid-template-columns: auto 1fr; } .glyph-grid .popup-menu .label { display: block; pointer-events: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .glyph-grid .popup-menu .icon { display: block; pointer-events: none; background-image: url(res/icons/popup-black.svg); background-repeat: no-repeat; background-position: center center; background-size: 100%; width: calc(var(--cell-size) / 3); height: var(--height); } .glyph-grid .popup-menu .label, .glyph-grid .popup-menu select { padding: 0; line-height: var(--height); height: var(--height); box-sizing: border-box; outline: none; } .glyph-grid .popup-menu select { position: absolute; top:0; right:0; left:0; font: inherit; line-height: inherit; -webkit-appearance: none; border: none; background: none; color: transparent; /*color: rgba(255,0,0,0.8);*/ } .glyph-grid .popup-menu select option { font-family: var(--font-family), sans-serif; } .glyph-grid .inspector { position: sticky; display: grid; grid-template-rows: auto 1fr; top: var(--header-height); left: 0; height: 100%; max-height: calc(100vh - var(--header-height)); box-shadow: 0 0 0 var(--line-width) var(--grid-color); } .glyph-grid .toolbar { height: var(--cell-size); padding: 0 0 0 1rem; border-bottom: var(--line-width) solid var(--grid-color); gap: 2rem; display: flex; align-items: center; overflow: hidden; white-space: nowrap; } .glyph-grid .toolbar .popup-menu { /*align-self: start; margin-top: 4px;*/ } .glyph-grid .toolbar .slider { display:flex; user-select: none; } .glyph-grid .toolbar .slider > input { flex: 0 0 auto; } .glyph-grid .toolbar .slider > input { width: 2rem; padding:0; margin-right: 0.4rem } .glyph-grid .toolbar .opsz-switch { display: none; } .glyph-grid .toolbar .identification { display: flex; flex-direction: column; flex: 1 1 auto; overflow: hidden; } .glyph-grid .toolbar .identification > * { user-select: all; } .glyph-grid .toolbar .identification .name { overflow: hidden; text-overflow: ellipsis; } .glyph-grid .toolbar .identification .unicode { font-variant: tabular-nums slashed-zero; } .glyph-grid .toolbar .preview { display: flex; flex: 0 0 auto; width: var(--cell-size); height: var(--cell-size); align-items: center; justify-content: center; font-size: 2em; font-weight: var(--inspector-wght); font-variation-settings: "opsz" var(--inspector-opsz); border-left: var(--line-width) solid var(--grid-color); user-select: all; } .glyph-grid .canvas { user-select: none; font-size: 40vw; text-align: center; line-height: 1.0; height: 100%; max-height: 50vw; overflow: hidden; position: relative; } .glyph-grid .canvas > canvas { position: absolute; top:0; left:0; /*cursor: url(res/cursor-glyph-inspector.svg) 10 10, url(res/cursor-glyph-inspector.png) 10 10, crosshair;*/ cursor: crosshair; } .glyph-grid .glyph-list .clipview { position: relative; } .glyph-grid .glyph-list .clipview .content { display: grid; grid-template-columns: repeat( auto-fit, minmax(var(--cell-size), 1fr) ); gap: var(--line-width); font-size: calc(var(--cell-size) / 2); } .glyph-grid .glyph-list .clipview .content > * { height: var(--cell-size); line-height: calc(var(--cell-size) + 1px); text-align: center; text-decoration: none; overflow: hidden; box-shadow: 0 0 0 var(--line-width) var(--grid-color); scroll-padding-top: 0; } .glyph-grid .glyph-list .clipview .content > .fill-row { grid-column: 1 / -1 } .glyph-grid .glyph-list .clipview .content > :hover { color: inherit; text-decoration: none; overflow: unset; z-index: 1; box-shadow: 0 0 0 2px var(--foreground-color); } .glyph-grid .glyph-list .clipview .content > .selected { color: white; background: black; } .glyph-grid .glyph-list .clipview .content > :focus { outline: none; } .glyph-grid .glyph-list .fade-cover { display: none; } /* small screens only */ .columns { column-width: 22em; column-count: 4; column-gap: 3em; column-fill: balance; } .columns > p { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; } .columns > h1, .columns > h2, .columns > h3, .columns > h4, .columns > h5, .columns > h6 { break-after: avoid; } /*.columns.size1 { font-size: var(--font-size); }*/ @media only screen and (min-width: 1800px) { /* window width >= 1800 */ .columns.size1 { font-size: 0.9vw } } @media only screen and (min-width: 1600px) { /* window width >= 1600 */ .columns.size1 { font-size: var(--font-size); } } @media only screen and (min-width: 1392px) { /* window width >= 1392 */ .example-a-z { font-size: 8.9em; } } @media only screen and (min-width: 1000px) { /* window width >= 1000 */ .glyph-grid .toolbar > :first-child { min-width: 45% } } @media only screen and (max-width: 1000px) { /* window width <= 1000 */ .example2.features { font-size: 15.5vw; } } @media only screen and (max-width: 880px) { /* window width <= 880 */ .columns.size1 { font-size: 14px; } .example2.features { font-size: 15vw; } .glyph-grid .toolbar .opsz-switch { display: flex; } .glyph-grid .toolbar .opsz-slider { display: none; } } @media only screen and (max-width: 719px) { /* window width <= 719 */ .example-a-z { font-size: 13vw; } .glyph-grid { --cell-size: 10vw; } .example2.features { font-size: 16vw; } } @media only screen and (max-width: 500px) { /* window width <= 500 */ .feat-table > r-grid > r-cell { grid-column: 1 / -1 } .feat-table .col-head { display: none } .feat-table hr.thin { opacity:1; height:2px; margin-top: 4rem } .feat-name { margin-top: 0; margin-bottom: 1rem } .feat-name p { display: none; } /*.feat-name p { margin-bottom: 1em; font-style: italic; font-size: inherit; opacity: 0.4; }*/ .feat-example { margin-top: 0; font-size: 2em; line-height:1.5 } .feat-example:nth-child(odd) { padding:2rem 0 3rem 0 } .feat-example:nth-child(even) {} .row.features-section1 { padding-bottom: 4rem } .row.features-section2 r-cell:first-child { padding: 2rem 0 } .row.glyphs { padding: 0; margin-top: 6rem; position:relative } .row.glyphs::before { content: "Glyphs"; font-weight: 600; font-size: 2em; position:absolute; top:-4rem; left: 1rem; color: var(--foreground-color-bright); } .row.glyphs > :first-child { display: none } /*.row.glyphs h2 { font-size: 2rem; margin-bottom: 1rem }*/ .glyph-grid { --cell-size: 16vw; --line-width: 1px; --glyph-list-height: 40vh; --inspector-height: calc(60vh - (var(--header-height)/2)); display: grid; grid-template-columns: none; grid-template-rows: var(--inspector-height) auto; } .glyph-grid .toolbar { gap: 1.4rem } .glyph-grid .inspector { position: initial; height: var(--inspector-height); max-height: var(--inspector-height); background: var(--background-color); } .glyph-grid .inspector .canvas { max-height: unset } .glyph-grid .glyph-list { position: relative; } .glyph-grid .glyph-list .clipview { display: grid; height: var(--glyph-list-height); grid-auto-flow: column; overflow-x: scroll; overflow-y: hidden; max-width: 100vw; box-sizing: border-box; } .glyph-grid .glyph-list .fade-cover { display: block; position: absolute; top:0; bottom:0; width: 1rem; z-index: 2; pointer-events: none; background: linear-gradient(270deg, var(--background-color-transparent) 0%, var(--background-color) 100%); /*background: rgba(255,0,0,0.4);*/ } .glyph-grid .glyph-list .fade-cover.left { left: 0; display:none } .glyph-grid .glyph-list .fade-cover.right { right: 0; width: 3rem; background: linear-gradient(270deg, var(--background-color) 0%, var(--background-color-transparent) 100%); /*background: rgba(0,0,255,0.4);*/ } .glyph-grid .glyph-list .clipview .content { /*grid-template-columns: none;*/ /*grid-template-rows: repeat( auto-fit, minmax(var(--cell-size), 1fr) );*/ grid-template-columns: repeat(auto-fill, var(--cell-size)); grid-auto-rows: var(--cell-size); grid-auto-flow: column; grid-template-rows: repeat(auto-fill, var(--cell-size)); } .glyph-grid .glyph-list .clipview .content > * { width: var(--cell-size); height: unset; } } #faq { margin-top: 2em; } #faq .columns > p { margin-bottom: 2em; } #faq h2 { margin: 0 0 1.5em 0; } #faq h4:target { background: var(--active-bgcolor); outline: 8px solid var(--active-bgcolor); border-radius: 4px; } @media (prefers-color-scheme: dark) { #faq h4:target { color: white; }} </style> <div class="row"><div> <r-grid columns=8> <r-cell span=row> <h1 class=title>The Inter typeface family</h1> </r-cell> <r-cell span=1-2 span-s=row> The 21st century standard<br> <br> <a class=button href="/inter/download/">Download ↓</a><br> <br> </r-cell> <r-cell span=3-5 span-s=row> <p> Inter is a workhorse of a typeface carefully crafted & designed for a wide range of applications, from detailed user interfaces to marketing & signage. The Inter typeface family features over <a href="#glyphs">2000 glyphs</a> covering <a href="#languages">147 languages</a>. Weights range from a delicate thin 100 all the way up to a heavy 900. Each glyph has three dedicated designs for weights 100, 400 and 900 to ensure excellent quality at any weight. Optical size ranges from "text" to "display" and there is a true italic variant. </p> <p> Inter is one of the world's most used typefaces with applications ranging from computer interfaces, advertising & airports, to NASA instrumentation & medical equipment. </p> </r-cell> <r-cell span=6.. span-s=row> <p> The smaller "text" optical-size designs features a tall x-height to aid in legibility of lower-case text, with several contrast-enhancing details like ink traps and bridges. The larger "display" optical-size designs offers clean lines, smooth curves and delicate details for excellent rhythm of large text. </p><p> Many <a href="#features">OpenType features</a> are provided as well, including contextual alternates which adjusts punctuation depending on the shape of surrounding glyphs, slashed zero for when you need to disambiguate "0" from "o", tabular numbers, and much more. </p> </r-cell> </r-grid> </div></div> <div class="row"><div> <p class="example-a-z only-large-screen" contenteditable spellcheck=false> ABCDEFGHIJKLMN<br> OPQRSTUVWXYZ<br> abcdefghijklm<br> nopqrstuvwxyz<br> 0123456789 &→! </p> <p class="example-a-z only-small-screen" contenteditable spellcheck=false> ABCDEFGHIJ<br> KLMNOPQRS<br> TUVWXYZ →<br> abcdefghijklm<br> nopqrstuvwxyz<br> 0123456789&! </p> </div></div> <div class="row"><div> <r-grid columns=8> <r-cell span=2 span-s=row> <h3><a id="usage" href="#usage">Usage</a></h3> </r-cell> <r-cell span=3.. span-s=row> <p> Using Inter is as easy as <a class="download-link" href="download/">downloading & installing</a> the font files.<br> If you're making a web thing, you can use the following HTML and CSS: </p> <pre><!-- HTML in your document's head --> <link rel="preconnect" href="https://rsms.me/"> <link rel="stylesheet" href="https://rsms.me/inter/inter.css"> /* CSS */ :root { font-family: Inter, sans-serif; font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */ } @supports (font-variation-settings: normal) { :root { font-family: InterVariable, sans-serif; } }</pre> <p>Global <abbr title="Content Delivery Network">CDN</abbr> sponsored by <a href="https://cloudflare.com/">Cloudflare</a></p> </r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 span-s=row> <h3><a id="free" href="#free">Free & open source</a></h3> </r-cell> <r-cell span=3.. span-s=row> <p> Inter is a <a href="https://github.com/rsms/inter">free and open source</a> font family.<br> You are free to use this font in almost any way imaginable.<br> Refer to the <a href="https://raw.githubusercontent.com/rsms/inter/v4.1/LICENSE.txt">SIL Open Font License 1.1</a> for exact details on what the conditions and restrictions are. </p> <p> <a id="sponsor-button" title="Help Inter by becoming a sponsor and donating a coffee or two" href="https://github.com/sponsors/rsms"> <span>Sponsor</span> </a> </p> </r-cell> </r-grid> </div></div> <div class="row examples section1-roman"> <r-grid columns=6> <r-cell span=2 class=label>Thin</r-cell> <r-cell span=3.. class="label r">100</r-cell> <r-cell span=row class="example2 single-line" contenteditable spellcheck=false style="font-weight:100;letter-spacing:-0.01em;">Salient gazelle eyes</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>ExtraLight</r-cell> <r-cell span=3.. class="label r">200</r-cell> <r-cell span=row class="example2 single-line" contenteditable spellcheck=false style="font-weight:200;letter-spacing:-0.01em;">Internationalization</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>Light</r-cell> <r-cell span=3.. class="label r">300</r-cell> <r-cell span=row class="example2 single-line" contenteditable spellcheck=false style="font-weight:300">Millimeter waves</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>Regular</r-cell> <r-cell span=3.. class="label r">400</r-cell> <r-cell span=row class="example2 single-line" contenteditable spellcheck=false style="font-weight:400">Assimilation engine</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>Medium</r-cell> <r-cell span=3.. class="label r">500</r-cell> <r-cell span=row class="example2 single-line" contenteditable spellcheck=false style="font-weight:500">Botanica Francisco</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>SemiBold</r-cell> <r-cell span=3.. class="label r">600</r-cell> <r-cell span=row class="example2 single-line" contenteditable spellcheck=false style="font-weight:600">Spontaneous apes</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>Bold</r-cell> <r-cell span=3.. class="label r">700</r-cell> <r-cell span=row class="example2 single-line" contenteditable spellcheck=false style="font-weight:700">15 Mango Avenue</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>ExtraBold</r-cell> <r-cell span=3.. class="label r">800</r-cell> <r-cell span=row class="example2 single-line" contenteditable spellcheck=false style="font-weight:800">Comedy Morning</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>Black</r-cell> <r-cell span=3.. class="label r">900</r-cell> <r-cell span=row class="example2 single-line" contenteditable spellcheck=false style="font-weight:900">Hamburgefonstiv</r-cell> </r-grid> </div> <div class="row examples section1-italic"> <r-grid columns=6> <r-cell span=2 class=label>Thin</r-cell> <r-cell span=2 class=label>Italic</r-cell> <r-cell span=2 class="label r">100</r-cell> <r-cell span=row class="example2 i single-line" contenteditable spellcheck=false style="font-weight:100;letter-spacing:-0.01em;">Inorganic compound</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>ExtraLight</r-cell> <r-cell span=2 class=label>Italic</r-cell> <r-cell span=2 class="label r">200</r-cell> <r-cell span=row class="example2 i single-line" contenteditable spellcheck=false style="font-weight:200;letter-spacing:-0.01em;">Extravaganza Lime</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>Light</r-cell> <r-cell span=2 class=label>Italic</r-cell> <r-cell span=2 class="label r">300</r-cell> <r-cell span=row class="example2 i single-line" contenteditable spellcheck=false style="font-weight:300">Rectangular ellipse</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>Regular</r-cell> <r-cell span=2 class=label>Italic</r-cell> <r-cell span=2 class="label r">400</r-cell> <r-cell span=row class="example2 i single-line" contenteditable spellcheck=false style="font-weight:400">3 hours till midnight</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>Medium</r-cell> <r-cell span=2 class=label>Italic</r-cell> <r-cell span=2 class="label r">500</r-cell> <r-cell span=row class="example2 i single-line" contenteditable spellcheck=false style="font-weight:500">Artificial Intelligence</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>SemiBold</r-cell> <r-cell span=2 class=label>Italic</r-cell> <r-cell span=2 class="label r">600</r-cell> <r-cell span=row class="example2 i single-line" contenteditable spellcheck=false style="font-weight:600">Sulfur hexafluoride</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>Bold</r-cell> <r-cell span=2 class=label>Italic</r-cell> <r-cell span=2 class="label r">700</r-cell> <r-cell span=row class="example2 i single-line" contenteditable spellcheck=false style="font-weight:700">Hospital helicopter</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>ExtraBold</r-cell> <r-cell span=2 class=label>Italic</r-cell> <r-cell span=2 class="label r">800</r-cell> <r-cell span=row class="example2 i single-line" contenteditable spellcheck=false style="font-weight:800">Encyclopedia Abc</r-cell> <r-cell class=spacer></r-cell> <r-cell span=2 class=label>Black</r-cell> <r-cell span=2 class=label>Italic</r-cell> <r-cell span=2 class="label r">900</r-cell> <r-cell span=row class="example2 i single-line" contenteditable spellcheck=false style="font-weight:900">United Martians</r-cell> </r-grid> </div> <div class="row examples"> <r-grid columns=6> <r-cell span=2 class=label>Thin</r-cell> <r-cell span=3.. class="label r">100</r-cell> <r-cell span=row class="example2 multi-line" contenteditable spellcheck=false style="font-weight:100;letter-spacing:-0.005em;"> Chemistry is a physical science under natural sciences that covers the elements that make up matter</r-cell> <r-cell span=2 class=label>ExtraLight</r-cell> <r-cell span=3.. class="label r">200</r-cell> <r-cell span=row class="example2 multi-line" contenteditable spellcheck=false style="font-weight:200;letter-spacing:-0.007em;"> The aspect ratio of an image is the ratio of its width to its height, but you already knew that</r-cell> <r-cell span=2 class=label>Light</r-cell> <r-cell span=3.. class="label r">300</r-cell> <r-cell span=row class="example2 multi-line" contenteditable spellcheck=false style="font-weight:300"> Unlike a moka express, a napoletana does not use the pressure of steam to force the water through the coffee</r-cell> <r-cell span=2 class=label>Regular</r-cell> <r-cell span=3.. class="label r">400</r-cell> <r-cell span=row class="example2 multi-line" contenteditable spellcheck=false style="font-weight:400"> The Berlin key, also known as Schließzwangschlüssel, was not designed to make people laugh</r-cell> <r-cell span=2 class=label>Medium</r-cell> <r-cell span=3.. class="label r">500</r-cell> <r-cell span=row class="example2 multi-line" contenteditable spellcheck=false style="font-weight:500"> Stanley Kubrick was an American film director, screenwriter, and producer of many films</r-cell> <r-cell span=2 class=label>SemiBold</r-cell> <r-cell span=3.. class="label r">600</r-cell> <r-cell span=row class="example2 multi-line" contenteditable spellcheck=false style="font-weight:600"> Jet Propulsion Laboratory,<br> California Institute of Technology</r-cell> <r-cell span=2 class=label>Bold</r-cell> <r-cell span=3.. class="label r">700</r-cell> <r-cell span=row class="example2 multi-line" contenteditable spellcheck=false style="font-weight:700"> The Sicilian Defense is a chess opening that begins with 1.e4 c5</r-cell> <r-cell span=2 class=label>ExtraBold</r-cell> <r-cell span=3.. class="label r">800</r-cell> <r-cell span=row class="example2 multi-line" contenteditable spellcheck=false style="font-weight:800"> Padrón province of A Coruña, Galicia, northwestern Spain</r-cell> <r-cell span=2 class=label>Black</r-cell> <r-cell span=3.. class="label r">900</r-cell> <r-cell span=row class="example2 multi-line" contenteditable spellcheck=false style="font-weight:900"> Woven silk pyjamas exchanged for blue quartz crystals</r-cell> </r-grid> </div> <div class="row examples" style="padding-top:0"><div> <p class=label>Example text, Regular</p> <div class="columns size1"> <p> One of the most famous lighthouses of antiquity, as I have already pointed out, was the pharos of Alexandria, which ancient writers included among the Seven Wonders of the World. It might naturally be supposed that the founder of so remarkable a monument of architectural skill would be well known; yet while Strabo and Pliny, Eusebius, Suidas, and Lucian ascribe its erection to Ptolemæus Philadelphus, the wisest and most benevolent of the Ptolemean kings of Egypt, by Tzetzes and Ammianus Marcellinus the honour is given to Cleopatra; <em>and other authorities even attribute it to Alexander the Great.</em> </p><p> All that can with certainty be affirmed is, that the architect was named Sostrates. Montfaucon, in his great work, endeavours to explain how it is that while we are thus informed as to the architect, we are so doubtful as to the founder, whom, for his part, he believes to have been Ptolemæus. Our ignorance, he says, is owing to the knavery of Sostrates. He wished to immortalize his name; a blameless wish, if at the same time he had not sought to suppress that of the founder, whose glory it was to have suggested the erection. For this purpose Sostrates devised a stratagem which proved successful; deep in the wall of the tower he cut the following inscription: “Sostrates of Cnidos, son of Dexiphanes, to the gods who Protect those who are upon the Sea.” But, mistrustful that King Ptolemæus would scarcely be satisfied with an inscription in which he was wholly ignored, he covered it with a light coat of cement, which he knew would not long endure the action of the atmosphere, and carved thereon the name of Ptolemæus. After a few years the cement and the name of the king disappeared, and revealed the inscription which gave all the glory to Sostrates. </p><p> Montfaucon, with genial credulity, adopts this anecdote as authentic, and adds: Pliny pretends that Ptolemæus, out of the modesty and greatness of his soul, desired the architect’s name to be engraved upon the tower, and no reference to himself to be made. But this statement is very dubious; it would have passed as incredible in those times, and even to-day would be regarded as an ill-understood act of magnanimity. We have never heard of any prince prohibiting the perpetuation of his name upon magnificent works designed for the public utility, or being content that the architect should usurp the entire honour. </p><p> To solve the difficulty, Champollion represents the pharos as constructed by Ptolemæus Soter. But, as Edrisi solemnly remarks, “God alone knows what is the truth.” </p><p> Much etymological erudition has been expended on the derivation of the word Pharos. As far as the Alexandrian light-tower is concerned, there can be no doubt that it was named from the islet on which it stood; yet Isidore asserts that the word came from φὼς, “light,” and ὁρἀν, “to see.” To quote again from Montfaucon: <em>That numerous persons, who have not read the Greek authors, should exercise their ingenuity to no avail in the extraction of these etymologies, is far less surprising than that so good a scholar as Isaac Vossius should seek the origin of Pharos in the Greek language.</em> From ϕαἰνειν, “to shine,” he says, comes ϕανερός, and from ϕανερός, ϕάρος.... But the island was called Pharos seven or eight hundred years before it possessed either tower or beacon-light. </p><p> The most reasonable conjecture seems to be that the word is a Hellenic form of Phrah, the Egyptian name of the sun, to whom the Alexandrian lighthouse would naturally be compared by wondering spectators, or dedicated by a devout prince. </p><p> At a later date we find the word applied to very different objects, though always retaining the signification of light or brilliancy. A pharos of fire—i.e., a ball or meteor—was seen, says Gregory of Tours, to issue from the church of St. Hilaire, and descend upon King Clovis. The same historian uses the word to describe a conflagration:—“They (the barbarians) set fire to the church of St. Hilaire, kindled a great pharos, and while the church was burning, pillaged the monastery.” The old French historian frequently employs the word in this sense, which leads us to suppose that in his time an incendiary was probably designated “a maker of pharoses” (un faiseur de phares). Still later, the term pharos was applied to certain machines in which a number of lamps or tapers were placed, as in a candelabrum. A modern French writer quotes from Anastasius the Librarian, that Pope Sylvester caused “a pharos of pure gold” to be constructed; and that Pope Adrian I. made one, “in the form of a cross,” capable of receiving one hundred and seventy candles or tapers. And Leon of Ostia, in his “Chronicle of Monte Cassino,” says, that the Abbot Didier had a pharos, or great silver crown, weighing one hundred pounds, constructed, which was surmounted by twelve little turrets, and from which were suspended six and thirty lamps. </p><p> <em>Excerpt from “Lighthouses and Lightships”</em> </p> </div> </div></div> <div class="row examples features features-section1 feat-table" id="features"> <r-grid columns=8> <r-cell span=4 span-s=row> <h2><a href="#features">Features</a></h2> <p> Inter comes with many OpenType features which can be used to tailor functionality and aesthetics to your specific needs. Some of these features can be combined to form a great number of alternative variations. </p> </r-cell> <r-cell span=6-8 span-s=row class="only-large-screen"> <h2> </h2> <p style="font-feature-settings:'cv01' 1,'cv03' 1,'cv04' 1,'cv08' 1,'cv10' 1,'cv11' 1,'ss01' 1,'ss02' 1,'dlig' 1;font-size:10vw;margin:-0.33em 0 0 -0.07em;color:white"> altG16I </p> </r-cell> <hr> <r-cell span=1-2 class=col-head>Feature</r-cell> <r-cell span=3-5 class=col-head>Off</r-cell> <r-cell span=6-8 class=col-head>On</r-cell> <hr class="thin col-head"> <r-cell span=1-2 class="leading-trim feat-name" id="features/calt"> <r-feat>calt</r-feat> Contextual alternates <p class=small style="margin-top:0.5rem">Depending on the surrounding context, different glyphs are used. Enabled by default</p> </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'calt' 0,'calt'0 "> 3<em>*</em>9 12<em>:</em>34 3<em>–</em>8 <em>+</em>8+x<br> <em>(</em>SEMI<em>)</em>PER<em>[</em>M<em>]</em>ANE<em>{</em>N<em>}</em>T<br> -> --> ---> => ==> <-><br> S<em>@</em>N s@n <em>:-)</em> <em>•</em>Smile<br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'calt' 1;"> 3*9 12:34 3–8 +8+x<br> (SEMI)PER[M]ANE{N}T<br> -> --> ---> => ==> <-><br> S@N s@n :-) •Smile<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/dlig"> <r-feat>dlig</r-feat> Discretionary Ligatures <p class=small style="margin-top:0.5rem">Disabled by default</p> </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'dlig' 0,'liga'0 "> Dif<em>f</em>icult af<em>f</em>ine <em>f</em>jord<br> after affine art interface<br> ff ffi fft ft fi tt tf df dt ff kf kt rf<br> rt vf vt wf wt yf yt <em>¡¿</em>What<em>?!</em><br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'dlig' 1;"> Difficult affine fjord<br> after affine art interface<br> ff ffi fft ft fi tt tf df dt ff kf kt rf<br> rt vf vt wf wt yf yt ¡¿What?!<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/tnum"> <r-feat>tnum</r-feat> Tabular numbers <p class=small style="margin-top:0.5rem">Fixed-width numbers are useful for tabular data, where comparing columns across rows is desired.</p> </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'tnum' 0"> 0.45, 0.91. +0.08<br> 1.00; 9.44, −0.13<br> 0:00. 1.13; ~7.12<br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'tnum' 1;"> 0.45, 0.91. +0.08<br> 1.00; 9.44, −0.13<br> 0:00. 1.13; ~7.12<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/frac"> <r-feat>frac</r-feat> Fractions <p class=small style="margin-top:0.5rem">Convert spans of numbers & forward slash into fractions</p> </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'frac' 0"> 1/3 5/12 0123/456789<br> Approximately 6/16"<br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'frac' 1;"> 1/3 5/12 0123/456789<br> Approximately 6/16"<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/case"> <r-feat>case</r-feat> Case alternates <p class=small style="margin-top:0.5rem">Alternate glyphs that matches capital letters and numbers</p> </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'case' 0"> <em>(</em>Hello<em>)</em> <em>[</em>World<em>]</em> <em>{</em>9000<em>}</em><br> A<em>@</em>B 3 <em>+</em> 9 <em>≈</em> 12 <em>*</em> 1 <em>→</em> X<br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'case' 1;"> (Hello) [World] {9000}<br> A@B 3 + 9 ≈ 12 * 1 → X<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/ccmp"> <r-feat>ccmp</r-feat> Compositions <p class=small style="margin-top:0.5rem">Custom-made glyphs for compositions. Enabled by default</p> </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'ccmp' 0"> <em>j ̃</em> <em>i ̀</em> <em>į ́</em> <em>j ̂</em> <em>i ̄</em><br> Figure <em>A⃝ #⃞ 3⃝ ×⃞</em><br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'ccmp' 1;"> j̃ ì į́ ĵ ī<br> Figure A⃝ #⃞ 3⃝ ×⃞<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/sups"> <r-feat>sups</r-feat> Superscript </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'sups' 0"> ABC<em>123abc (+)−[=]</em><br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'sups' 1;"> ABC123abc (+)−[=]<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/subs"> <r-feat>subs</r-feat> Subscript </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'subs' 0"> ABC<em>123abc (+)−[=]</em><br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'subs' 1;"> ABC123abc (+)−[=]<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/sinf"> <r-feat>sinf</r-feat> Scientific inferiors <p class=small style="margin-top:0.5rem">Same as Subscript</p> </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'sinf' 0"> H<em>2</em>O SF<em>6</em> H<em>2</em>SO<em>4</em><br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'sinf' 1;"> H2O SF6 H2SO4<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/dnom"> <r-feat>dnom</r-feat> Denominators </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'dnom' 0"> ABC<em>1234567890</em><br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'dnom' 1;"> ABC1234567890<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/numr"> <r-feat>numr</r-feat> Numerators </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'numr' 0"> ABC<em>1234567890</em><br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'numr' 1;"> ABC1234567890<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/zero"> <r-feat>zero</r-feat> Slashed zero </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'zero' 0"> <em>0</em>123<br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'zero' 1;"> 0123<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/ss01"> <r-feat>ss01</r-feat> Alternate digits </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'ss01' 0"> 12<em>34</em>5<em>6</em>78<em>9</em>0<br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'ss01' 1;"> 1234567890<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/ss02"> <r-feat>ss02</r-feat> Disambiguation <p class=small style="margin-top:0.5rem">Alternate glyph set that increases visual difference between similar-looking characters.</p> </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'ss02' 0"> WP<em>0</em>ACO9XS<em>I</em>1<em>0</em>12O9<br> <em>Ill</em>ega<em>l</em> busine<em>ß</em> βeta<br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'ss02' 1;"> WP0ACO9XSI1012O9<br> Illegal busineß βeta<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/ss07"> <r-feat>ss07</r-feat> Square punctuation </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'ss07' 0"> Hello<em>,</em> M<em>ä</em>stare<em>.!?</em><br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'ss07' 1;"> Hello, Mästare.!?<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/ss08"> <r-feat>ss08</r-feat> Square quotes </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'ss08' 0"> I<em>’</em>m not, uhm <em>“</em>smol<em>”</em><br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'ss08' 1;"> I’m not, uhm “smol”<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/ss03"> <r-feat>ss03</r-feat> Round quotes & comma </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'ss03' 0"> I<em>’</em>m not<em>,</em> uhm <em>“</em>smol<em>”</em><br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'ss03' 1;"> I’m not, uhm “smol”<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/ss05"> <r-feat>ss05</r-feat> Characters in circles </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'ss05' 0"> ABC123+→<br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'ss05' 1;"> ABC123+→<br> </r-cell> <hr class=thin> <r-cell span=1-2 class="leading-trim feat-name" id="features/ss06"> <r-feat>ss06</r-feat> Characters in squares </r-cell> <r-cell span=3-5 class="leading-trim feat-example" style="font-feature-settings:'ss06' 0"> ABC123+→<br> </r-cell> <r-cell span=6-8 class="leading-trim feat-example" style="font-feature-settings:'ss06' 1;"> ABC123+→<br> </r-cell> <hr class=thin> <!-- leading trim test: --> <!-- <r-cell class=spacer></r-cell> <r-cell span=row style="height:1px;background:black"></r-cell> <r-cell class=leading-trim style="font-size: 1em">M</r-cell> <r-cell class=leading-trim style="font-size: 2em">M</r-cell> <r-cell class=leading-trim style="font-size: 4em">M</r-cell> <r-cell class=leading-trim style="font-size: 8em">M</r-cell> <r-cell class=leading-trim style="font-size:12em">M</r-cell> <r-cell class=leading-trim style="font-size:16em">M</r-cell> --> </r-grid> </div> <div class="row examples features features-section2" id="feature-examples"> <r-grid columns=6> <r-cell span=row id="features/cv"> <r-feat>cvXX</r-feat> Character variants </r-cell> <r-cell span=row class="example2 features" style="font-weight:600;margin-bottom:-1rem"> 1234567890</r-cell> <r-cell span=row class="example2 features" style="font-weight:600;font-feature-settings:'cv01' 1,'cv02' 1,'cv03' 1,'cv04' 1,'cv09' 1,'zero' 1,'liga' 1,'calt' 1"> 1234567890</r-cell> <r-cell span=2 span-s=row class=example-note>Alternative digits</r-cell> <r-cell span=3-4 span-s=row> <r-feat>cv01</r-feat> Alternate one<br> <r-feat>cv09</r-feat> Flat-top three<br> <r-feat>cv02</r-feat> Open four<br> </r-cell> <r-cell span=5-6 span-s=row> <r-feat>cv03</r-feat> Open six<br> <r-feat>cv04</r-feat> Open nine<br> <r-feat>zero</r-feat> Slashed zero<br> </r-cell> <hr style="margin-top:3rem"> <r-cell span=row class="example2 features" style="margin-bottom:-1rem"> Guillable ürá</r-cell> <r-cell span=row class="example2 features" style="font-feature-settings:'cv06' 1,'cv10' 1,'cv11' 1,'liga' 1,'calt' 1"> Guillable ürá</r-cell> <r-cell span=2 span-s=row class=example-note> Character variants is a mood </r-cell> <r-cell span=3.. span-s=row> <r-feat>cv10</r-feat> Capital G with spur<br> <r-feat>cv06</r-feat> Simplified u<br> <r-feat>cv11</r-feat> Single-story a<br> </r-cell> <hr style="margin-top:3rem"> <r-cell span=row class="example2 features" style="font-weight:300;margin-bottom:-1rem"> Efficient after</r-cell> <r-cell span=row class="example2 features" style="font-weight:300;font-feature-settings:'cv12' 1,'cv13' 1,'liga' 1,'calt' 1"> Efficient after</r-cell> <r-cell span=2 span-s=row class=example-note> Give it a compact character </r-cell> <r-cell span=3.. span-s=row> <r-feat>cv12</r-feat> Compact f<br> <r-feat>cv13</r-feat> Compact t<br> </r-cell> <hr style="margin-top:3rem"> <!-- <r-cell span=row class="example2 features" style="font-weight:200;font-size:10vw;font-variant:tabular-nums;line-height:1.1;margin-top:1rem"> 010.2*364+8(2).5<br> −51,67×8÷91{0}:<span class=cv01>1</span></r-cell> --> <r-cell span=row class="example2 features" style="font-weight:500;font-size:10vw;font-variant:tabular-nums;line-height:1.1"> 0<span class=cv01>1</span>0.2*<span class=cv09>3</span>64+8(2).5<br> −51,67×8÷<span class=cv04>9</span>1{<span class=zero>0</span>}:1</r-cell> <!-- <r-cell span=row class="example2 features" style="font-weight:600;font-size:10vw;font-variant:tabular-nums;line-height:1.1"> <span class=zero>0</span>10.2*3<span class=cv03>6</span>4+8(2).5<br> −5<span class=cv01>1</span>,67×8÷91{0}:1</r-cell> --> <r-cell span=row class="example2 features" style="font-weight:800;font-size:10vw;font-variant:tabular-nums;line-height:1.1"> 010.2*36<span class=cv02>4</span>−8(2).5<br> +51,67×8÷9<span class=cv01>1</span>{0}:<span class=cv01>1</span></r-cell> <r-cell span=row class="example2 features" style="font-size:10vw;font-variant:tabular-nums;line-height:1.1;margin-bottom:2rem"> <span style="font-weight:100">1</span><span style="font-weight:200">2</span><span style="font-weight:300">3.</span><span style="font-weight:400">4</span><span style="font-weight:500">5</span><span style="font-weight:600">6</span><span style="font-weight:700">7</span><span style="font-weight:800">8</span><span style="font-weight:900">90</span>[1]<span style="font-weight:600">,</span><span style="font-weight:800">3</span></r-cell> <r-cell span=2 span-s=row class=example-note> Tabular figures are excellent for tables of numeric data. <code>tnum</code> enables an entire set of dedicated glyphs that have the same width across all weights. </r-cell> <r-cell span=3.. span-s=row> <r-feat>tnum</r-feat> Tabular figures </r-cell> <hr style="margin-top:3rem"> <r-cell span=row class="example2 features" style="margin-bottom:-1rem"> Illusion A03</r-cell> <r-cell span=row class="example2 features" style="font-feature-settings:'ss02' 1,'liga' 1,'calt' 1"> Illusion A03</r-cell> <r-cell span=2 span-s=row class=example-note> Disambiguate between similar-looking characters with <r-feat>ss02</r-feat> or individual character variants </r-cell> <r-cell span=3.. span-s=row> <r-feat>ss02</r-feat> Disambiguation, or<br> <r-feat>cv08</r-feat> Upper-case i with serif<br> <r-feat>cv05</r-feat> Lower-case L with tail<br> <r-feat>zero</r-feat> Slashed zero<br> </r-cell> <hr style="margin-top:3rem"> <r-cell span=row class="example2" style="font-weight:500;white-space:nowrap;font-size:9.5vw"> It’s “fun” here, Möbius</r-cell> <r-cell span=row class="example2" style="font-weight:500;white-space:nowrap;font-size:9.5vw;font-feature-settings:'ss03' 1,'liga' 1,'calt' 1"> It’s “fun” here, Möbius</r-cell> <r-cell span=row class="example2" style="font-weight:500;white-space:nowrap;font-size:9.5vw;font-feature-settings:'ss07' 1,'ss08' 1,'liga' 1,'calt' 1;margin-bottom:1rem"> It’s “fun” here, Möbius</r-cell> <r-cell span=2 span-s=row class=example-note> Add a little personality to titles </r-cell> <r-cell span=3.. span-s=row> <r-feat>ss03</r-feat> Round quotes & commas<br> <r-feat>ss07</r-feat> Square punctuation<br> <r-feat>ss08</r-feat> Square quotes<br> </r-cell> <hr style="margin-top:3rem"> <r-cell span=row> Listing of all features </r-cell> <r-cell span=row style="margin-top:1rem"> <div class="columns" style="column-width:18em;column-gap:1em"> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-aalt">aalt</a> Access All Alternates<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-c2sc">c2sc</a> Small Capitals From Capitals<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-calt">calt</a> Contextual Alternates<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-case">case</a> Case-Sensitive Forms<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-ccmp">ccmp</a> Glyph Composition/Decomposition<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cpsp">cpsp</a> Capital Spacing<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv01</a> Alternate one<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv02</a> Open four<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv03</a> Open six<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv04</a> Open nine<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv05</a> Lower-case L with tail<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv06</a> Simplified u<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv07</a> Alternate German double s<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv08</a> Upper-case i with serif<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv09</a> Flat-top three<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv10</a> Capital G with spur<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv11</a> Single-story a<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv12</a> Compact f<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-cv01--cv99">cv13</a> Compact t<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-dlig">dlig</a> Discretionary Ligatures<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ae#tag-dnom">dnom</a> Denominators<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_fj#tag-frac">frac</a> Fractions<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ko#tag-locl">locl</a> Localized Forms<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ko#tag-numr">numr</a> Numerators<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_ko#tag-ordn">ordn</a> Ordinals<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-pnum">pnum</a> Proportional Figures<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-salt">salt</a> Stylistic Alternates<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-sinf">sinf</a> Scientific Inferiors<br> <!--a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-smcp">smcp</a> Small Capitals (limited)<br--> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss01</a> Open digits<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss02</a> Disambiguation (with zero)<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss03</a> Round quotes & commas<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss04</a> Disambiguation (no zero)<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss05</a> Circled characters<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss06</a> Squared characters<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss07</a> Square punctuation<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-ss01---ss20">ss08</a> Square quotes<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-subs">subs</a> Subscript<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-sups">sups</a> Superscript<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_pt#tag-tnum">tnum</a> Tabular Figures<br> <a class=feat href="https://learn.microsoft.com/typography/opentype/spec/features_uz#tag-zero">zero</a> Slashed Zero<br> </div> </r-cell> </r-grid> </div> <div class="row glyphs" id="glyphs"> <div> <h2><a href="#glyphs">Glyphs</a></h2> </div> <div class="glyph-grid"> <div class=inspector> <div class=toolbar> <div> <!-- <div class=popup-menu> <select name=font> <option value="d-100">Thin (Display)</option> <option value="d-200">ExtraLight (Display)</option> <option value="d-300">Light (Display)</option> <option value="d-400" selected>Regular (Display)</option> <option value="d-500">Medium (Display)</option> <option value="d-600">SemiBold (Display)</option> <option value="d-700">Bold (Display)</option> <option value="d-800">ExtraBold (Display)</option> <option value="d-900">Black (Display)</option> <option value="t-100">Thin (Text)</option> <option value="t-200">ExtraLight (Text)</option> <option value="t-300">Light (Text)</option> <option value="t-400">Regular (Text)</option> <option value="t-500">Medium (Text)</option> <option value="t-600">SemiBold (Text)</option> <option value="t-700">Bold (Text)</option> <option value="t-800">ExtraBold (Text)</option> <option value="t-900">Black (Text)</option> </select> <span class="label"></span> <span class="icon"></span> </div> --> <!-- <label class=switch-button> <input type="checkbox" name="opsz" checked> Small optical size </label> --> <div class="slider opsz-slider" title='opsz from 14 "text" to 32 "display"'> <input type="range" name="opsz" value=32 min=14 max=32 step=0.1> Optical size </div> <label class="switch-button opsz-switch"> <input type="checkbox" name="opsz-switch"> Small opsz </label> <!-- <div class="slider wght-slider" title="wght"> Weight <input type="range" name="wght" value=400 min=100 max=900 step=1> </div> --> <label class=switch-button> <input type="checkbox" name="show-details"> Details </label> </div> <div class=identification> <div class=name>A</div> <div class=unicode>U+0041</div> </div> <div class=preview>A</div> </div> <div class=canvas>A</div> </div> <div class="glyph-list"> <div class="fade-cover left"></div> <div class=clipview> <div class=content> <a title="A U+0041 LATIN CAPITAL LETTER A " data-name="A" data-cp="0041" href="#glyphs/A">A</a> <a title="Adieresis U+00C4 LATIN CAPITAL LETTER A WITH DIAERESIS " data-name="Adieresis" data-cp="00C4" href="#glyphs/Adieresis">Ä</a> <a title="Atilde U+00C3 LATIN CAPITAL LETTER A WITH TILDE " data-name="Atilde" data-cp="00C3" href="#glyphs/Atilde">Ã</a> <a title="Agrave U+00C0 LATIN CAPITAL LETTER A WITH GRAVE " data-name="Agrave" data-cp="00C0" href="#glyphs/Agrave">À</a> <a title="Aacute U+00C1 LATIN CAPITAL LETTER A WITH ACUTE " data-name="Aacute" data-cp="00C1" href="#glyphs/Aacute">Á</a> <a title="Acircumflex U+00C2 LATIN CAPITAL LETTER A WITH CIRCUMFLEX " data-name="Acircumflex" data-cp="00C2" href="#glyphs/Acircumflex">Â</a> <a title="Aring U+00C5 LATIN CAPITAL LETTER A WITH RING ABOVE " data-name="Aring" data-cp="00C5" href="#glyphs/Aring">Å</a> <a title="Aringacute U+01FA LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE " data-name="Aringacute" data-cp="01FA" href="#glyphs/Aringacute">Ǻ</a> <a title="Aringogonek U+EE02" data-name="Aringogonek" data-cp="EE02" href="#glyphs/Aringogonek"></a> <a title="Amacron U+0100 LATIN CAPITAL LETTER A WITH MACRON " data-name="Amacron" data-cp="0100" href="#glyphs/Amacron">Ā</a> <a title="Abreve U+0102 LATIN CAPITAL LETTER A WITH BREVE " data-name="Abreve" data-cp="0102" href="#glyphs/Abreve">Ă</a> <a title="Aogonek U+0104 LATIN CAPITAL LETTER A WITH OGONEK " data-name="Aogonek" data-cp="0104" href="#glyphs/Aogonek">Ą</a> <a title="Acaron U+01CD LATIN CAPITAL LETTER A WITH CARON " data-name="Acaron" data-cp="01CD" href="#glyphs/Acaron">Ǎ</a> <a title="Adieresismacron U+01DE LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON " data-name="Adieresismacron" data-cp="01DE" href="#glyphs/Adieresismacron">Ǟ</a> <a title="Adotmacron U+01E0 LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON " data-name="Adotmacron" data-cp="01E0" href="#glyphs/Adotmacron">Ǡ</a> <a title="Adblgrave U+0200 LATIN CAPITAL LETTER A WITH DOUBLE GRAVE " data-name="Adblgrave" data-cp="0200" href="#glyphs/Adblgrave">Ȁ</a> <a title="Ainvertedbreve U+0202 LATIN CAPITAL LETTER A WITH INVERTED BREVE " data-name="Ainvertedbreve" data-cp="0202" href="#glyphs/Ainvertedbreve">Ȃ</a> <a title="uni0226 U+0226 LATIN CAPITAL LETTER A WITH DOT ABOVE " data-name="uni0226" data-cp="0226" href="#glyphs/uni0226">Ȧ</a> <a title="Aringbelow U+1E00 LATIN CAPITAL LETTER A WITH RING BELOW " data-name="Aringbelow" data-cp="1E00" href="#glyphs/Aringbelow">Ḁ</a> <a title="Adotbelow U+1EA0 LATIN CAPITAL LETTER A WITH DOT BELOW " data-name="Adotbelow" data-cp="1EA0" href="#glyphs/Adotbelow">Ạ</a> <a title="Ahookabove U+1EA2 LATIN CAPITAL LETTER A WITH HOOK ABOVE " data-name="Ahookabove" data-cp="1EA2" href="#glyphs/Ahookabove">Ả</a> <a title="Acircumflexacute U+1EA4 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE " data-name="Acircumflexacute" data-cp="1EA4" href="#glyphs/Acircumflexacute">Ấ</a> <a title="Acircumflexgrave U+1EA6 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE " data-name="Acircumflexgrave" data-cp="1EA6" href="#glyphs/Acircumflexgrave">Ầ</a> <a title="Acircumflexhookabove U+1EA8 LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE " data-name="Acircumflexhookabove" data-cp="1EA8" href="#glyphs/Acircumflexhookabove">Ẩ</a> <a title="Acircumflextilde U+1EAA LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE " data-name="Acircumflextilde" data-cp="1EAA" href="#glyphs/Acircumflextilde">Ẫ</a> <a title="Acircumflexdotbelow U+1EAC LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW " data-name="Acircumflexdotbelow" data-cp="1EAC" href="#glyphs/Acircumflexdotbelow">Ậ</a> <a title="Abreveacute U+1EAE LATIN CAPITAL LETTER A WITH BREVE AND ACUTE " data-name="Abreveacute" data-cp="1EAE" href="#glyphs/Abreveacute">Ắ</a> <a title="Abrevegrave U+1EB0 LATIN CAPITAL LETTER A WITH BREVE AND GRAVE " data-name="Abrevegrave" data-cp="1EB0" href="#glyphs/Abrevegrave">Ằ</a> <a title="Abrevehookabove U+1EB2 LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE " data-name="Abrevehookabove" data-cp="1EB2" href="#glyphs/Abrevehookabove">Ẳ</a> <a title="Abrevetilde U+1EB4 LATIN CAPITAL LETTER A WITH BREVE AND TILDE " data-name="Abrevetilde" data-cp="1EB4" href="#glyphs/Abrevetilde">Ẵ</a> <a title="Abrevedotbelow U+1EB6 LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW " data-name="Abrevedotbelow" data-cp="1EB6" href="#glyphs/Abrevedotbelow">Ặ</a> <a title="Alpha U+0391 GREEK CAPITAL LETTER ALPHA " data-name="Alpha" data-cp="0391" href="#glyphs/Alpha">Α</a> <a title="Alphatonos U+0386 GREEK CAPITAL LETTER ALPHA WITH TONOS " data-name="Alphatonos" data-cp="0386" href="#glyphs/Alphatonos">Ά</a> <a title="uni1F08 U+1F08 GREEK CAPITAL LETTER ALPHA WITH PSILI " data-name="uni1F08" data-cp="1F08" href="#glyphs/uni1F08">Ἀ</a> <a title="uni1F09 U+1F09 GREEK CAPITAL LETTER ALPHA WITH DASIA " data-name="uni1F09" data-cp="1F09" href="#glyphs/uni1F09">Ἁ</a> <a title="uni1F0A U+1F0A GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA " data-name="uni1F0A" data-cp="1F0A" href="#glyphs/uni1F0A">Ἂ</a> <a title="uni1F0B U+1F0B GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA " data-name="uni1F0B" data-cp="1F0B" href="#glyphs/uni1F0B">Ἃ</a> <a title="uni1F0C U+1F0C GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA " data-name="uni1F0C" data-cp="1F0C" href="#glyphs/uni1F0C">Ἄ</a> <a title="uni1F0D U+1F0D GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA " data-name="uni1F0D" data-cp="1F0D" href="#glyphs/uni1F0D">Ἅ</a> <a title="uni1F0E U+1F0E GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI " data-name="uni1F0E" data-cp="1F0E" href="#glyphs/uni1F0E">Ἆ</a> <a title="uni1F0F U+1F0F GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI " data-name="uni1F0F" data-cp="1F0F" href="#glyphs/uni1F0F">Ἇ</a> <a title="uni1FB8 U+1FB8 GREEK CAPITAL LETTER ALPHA WITH VRACHY " data-name="uni1FB8" data-cp="1FB8" href="#glyphs/uni1FB8">Ᾰ</a> <a title="uni1FB9 U+1FB9 GREEK CAPITAL LETTER ALPHA WITH MACRON " data-name="uni1FB9" data-cp="1FB9" href="#glyphs/uni1FB9">Ᾱ</a> <a title="uni1FBA U+1FBA GREEK CAPITAL LETTER ALPHA WITH VARIA " data-name="uni1FBA" data-cp="1FBA" href="#glyphs/uni1FBA">Ὰ</a> <a title="uni023A U+023A LATIN CAPITAL LETTER A WITH STROKE " data-name="uni023A" data-cp="023A" href="#glyphs/uni023A">Ⱥ</a> <a title="uni1FBB U+1FBB GREEK CAPITAL LETTER ALPHA WITH OXIA " data-name="uni1FBB" data-cp="1FBB" href="#glyphs/uni1FBB">Ά</a> <a title="afii10017 U+0410 CYRILLIC CAPITAL LETTER A " data-name="afii10017" data-cp="0410" href="#glyphs/afii10017">А</a> <a title="Abrevecyrillic U+04D0 CYRILLIC CAPITAL LETTER A WITH BREVE " data-name="Abrevecyrillic" data-cp="04D0" href="#glyphs/Abrevecyrillic">Ӑ</a> <a title="Adieresiscyrillic U+04D2 CYRILLIC CAPITAL LETTER A WITH DIAERESIS " data-name="Adieresiscyrillic" data-cp="04D2" href="#glyphs/Adieresiscyrillic">Ӓ</a> <a title="uni1F88 U+1F88 GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI " data-name="uni1F88" data-cp="1F88" href="#glyphs/uni1F88">ᾈ</a> <a title="uni1F89 U+1F89 GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI " data-name="uni1F89" data-cp="1F89" href="#glyphs/uni1F89">ᾉ</a> <a title="uni1F8A U+1F8A GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI " data-name="uni1F8A" data-cp="1F8A" href="#glyphs/uni1F8A">ᾊ</a> <a title="uni1F8B U+1F8B GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI " data-name="uni1F8B" data-cp="1F8B" href="#glyphs/uni1F8B">ᾋ</a> <a title="uni1F8C U+1F8C GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI " data-name="uni1F8C" data-cp="1F8C" href="#glyphs/uni1F8C">ᾌ</a> <a title="uni1F8D U+1F8D GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI " data-name="uni1F8D" data-cp="1F8D" href="#glyphs/uni1F8D">ᾍ</a> <a title="uni1F8E U+1F8E GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI " data-name="uni1F8E" data-cp="1F8E" href="#glyphs/uni1F8E">ᾎ</a> <a title="uni1F8F U+1F8F GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI " data-name="uni1F8F" data-cp="1F8F" href="#glyphs/uni1F8F">ᾏ</a> <a title="uni1FBC U+1FBC GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI " data-name="uni1FBC" data-cp="1FBC" href="#glyphs/uni1FBC">ᾼ</a> <a title="Lambda U+039B GREEK CAPITAL LETTER LAMDA " data-name="Lambda" data-cp="039B" href="#glyphs/Lambda">Λ</a> <a title="AE U+00C6 LATIN CAPITAL LETTER AE " data-name="AE" data-cp="00C6" href="#glyphs/AE">Æ</a> <a title="AEmacron U+01E2 LATIN CAPITAL LETTER AE WITH MACRON " data-name="AEmacron" data-cp="01E2" href="#glyphs/AEmacron">Ǣ</a> <a title="AEacute U+01FC LATIN CAPITAL LETTER AE WITH ACUTE " data-name="AEacute" data-cp="01FC" href="#glyphs/AEacute">Ǽ</a> <a title="Aiecyrillic U+04D4 CYRILLIC CAPITAL LIGATURE A IE " data-name="Aiecyrillic" data-cp="04D4" href="#glyphs/Aiecyrillic">Ӕ</a> <a title="B U+0042 LATIN CAPITAL LETTER B " data-name="B" data-cp="0042" href="#glyphs/B">B</a> <a title="Bdotaccent U+1E02 LATIN CAPITAL LETTER B WITH DOT ABOVE " data-name="Bdotaccent" data-cp="1E02" href="#glyphs/Bdotaccent">Ḃ</a> <a title="Bdotbelow U+1E04 LATIN CAPITAL LETTER B WITH DOT BELOW " data-name="Bdotbelow" data-cp="1E04" href="#glyphs/Bdotbelow">Ḅ</a> <a title="Blinebelow U+1E06 LATIN CAPITAL LETTER B WITH LINE BELOW " data-name="Blinebelow" data-cp="1E06" href="#glyphs/Blinebelow">Ḇ</a> <a title="uni0243 U+0243 LATIN CAPITAL LETTER B WITH STROKE " data-name="uni0243" data-cp="0243" href="#glyphs/uni0243">Ƀ</a> <a title="Bhook U+0181 LATIN CAPITAL LETTER B WITH HOOK " data-name="Bhook" data-cp="0181" href="#glyphs/Bhook">Ɓ</a> <a title="afii10019 U+0412 CYRILLIC CAPITAL LETTER VE " data-name="afii10019" data-cp="0412" href="#glyphs/afii10019">В</a> <a title="Beta U+0392 GREEK CAPITAL LETTER BETA " data-name="Beta" data-cp="0392" href="#glyphs/Beta">Β</a> <a title="C U+0043 LATIN CAPITAL LETTER C " data-name="C" data-cp="0043" href="#glyphs/C">C</a> <a title="Chook U+0187 LATIN CAPITAL LETTER C WITH HOOK " data-name="Chook" data-cp="0187" href="#glyphs/Chook">Ƈ</a> <a title="Ccedilla U+00C7 LATIN CAPITAL LETTER C WITH CEDILLA " data-name="Ccedilla" data-cp="00C7" href="#glyphs/Ccedilla">Ç</a> <a title="Cacute U+0106 LATIN CAPITAL LETTER C WITH ACUTE " data-name="Cacute" data-cp="0106" href="#glyphs/Cacute">Ć</a> <a title="Ccircumflex U+0108 LATIN CAPITAL LETTER C WITH CIRCUMFLEX " data-name="Ccircumflex" data-cp="0108" href="#glyphs/Ccircumflex">Ĉ</a> <a title="Cdotaccent U+010A LATIN CAPITAL LETTER C WITH DOT ABOVE " data-name="Cdotaccent" data-cp="010A" href="#glyphs/Cdotaccent">Ċ</a> <a title="Ccaron U+010C LATIN CAPITAL LETTER C WITH CARON " data-name="Ccaron" data-cp="010C" href="#glyphs/Ccaron">Č</a> <a title="Ccedillaacute U+1E08 LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE " data-name="Ccedillaacute" data-cp="1E08" href="#glyphs/Ccedillaacute">Ḉ</a> <a title="Cstroke U+023B LATIN CAPITAL LETTER C WITH STROKE " data-name="Cstroke" data-cp="023B" href="#glyphs/Cstroke">Ȼ</a> <a title="Oopen U+0186 LATIN CAPITAL LETTER OPEN O " data-name="Oopen" data-cp="0186" href="#glyphs/Oopen">Ɔ</a> <a title="uni03F9 U+03F9 GREEK CAPITAL LUNATE SIGMA SYMBOL " data-name="uni03F9" data-cp="03F9" href="#glyphs/uni03F9">Ϲ</a> <a title="D U+0044 LATIN CAPITAL LETTER D " data-name="D" data-cp="0044" href="#glyphs/D">D</a> <a title="Dhook U+018A LATIN CAPITAL LETTER D WITH HOOK " data-name="Dhook" data-cp="018A" href="#glyphs/Dhook">Ɗ</a> <a title="Dcaron U+010E LATIN CAPITAL LETTER D WITH CARON " data-name="Dcaron" data-cp="010E" href="#glyphs/Dcaron">Ď</a> <a title="Ddotaccent U+1E0A LATIN CAPITAL LETTER D WITH DOT ABOVE " data-name="Ddotaccent" data-cp="1E0A" href="#glyphs/Ddotaccent">Ḋ</a> <a title="Ddotbelow U+1E0C LATIN CAPITAL LETTER D WITH DOT BELOW " data-name="Ddotbelow" data-cp="1E0C" href="#glyphs/Ddotbelow">Ḍ</a> <a title="Dlinebelow U+1E0E LATIN CAPITAL LETTER D WITH LINE BELOW " data-name="Dlinebelow" data-cp="1E0E" href="#glyphs/Dlinebelow">Ḏ</a> <a title="Dcedilla U+1E10 LATIN CAPITAL LETTER D WITH CEDILLA " data-name="Dcedilla" data-cp="1E10" href="#glyphs/Dcedilla">Ḑ</a> <a title="Dcircumflexbelow U+1E12 LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW " data-name="Dcircumflexbelow" data-cp="1E12" href="#glyphs/Dcircumflexbelow">Ḓ</a> <a title="Dbar1 U+0189 LATIN CAPITAL LETTER AFRICAN D " data-name="Dbar1" data-cp="0189" href="#glyphs/Dbar1">Ɖ</a> <a title="Dz U+01F2 LATIN CAPITAL LETTER D WITH SMALL LETTER Z " data-name="Dz" data-cp="01F2" href="#glyphs/Dz">Dz</a> <a title="Dzcaron_ U+01C5 LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON " data-name="Dzcaron_" data-cp="01C5" href="#glyphs/Dzcaron_">Dž</a> <a title="E U+0045 LATIN CAPITAL LETTER E " data-name="E" data-cp="0045" href="#glyphs/E">E</a> <a title="Egrave U+00C8 LATIN CAPITAL LETTER E WITH GRAVE " data-name="Egrave" data-cp="00C8" href="#glyphs/Egrave">È</a> <a title="Eacute U+00C9 LATIN CAPITAL LETTER E WITH ACUTE " data-name="Eacute" data-cp="00C9" href="#glyphs/Eacute">É</a> <a title="Ecircumflex U+00CA LATIN CAPITAL LETTER E WITH CIRCUMFLEX " data-name="Ecircumflex" data-cp="00CA" href="#glyphs/Ecircumflex">Ê</a> <a title="Edieresis U+00CB LATIN CAPITAL LETTER E WITH DIAERESIS " data-name="Edieresis" data-cp="00CB" href="#glyphs/Edieresis">Ë</a> <a title="Emacron U+0112 LATIN CAPITAL LETTER E WITH MACRON " data-name="Emacron" data-cp="0112" href="#glyphs/Emacron">Ē</a> <a title="Ebreve U+0114 LATIN CAPITAL LETTER E WITH BREVE " data-name="Ebreve" data-cp="0114" href="#glyphs/Ebreve">Ĕ</a> <a title="Edotaccent U+0116 LATIN CAPITAL LETTER E WITH DOT ABOVE " data-name="Edotaccent" data-cp="0116" href="#glyphs/Edotaccent">Ė</a> <a title="Eogonek U+0118 LATIN CAPITAL LETTER E WITH OGONEK " data-name="Eogonek" data-cp="0118" href="#glyphs/Eogonek">Ę</a> <a title="Ecaron U+011A LATIN CAPITAL LETTER E WITH CARON " data-name="Ecaron" data-cp="011A" href="#glyphs/Ecaron">Ě</a> <a title="Edblgrave U+0204 LATIN CAPITAL LETTER E WITH DOUBLE GRAVE " data-name="Edblgrave" data-cp="0204" href="#glyphs/Edblgrave">Ȅ</a> <a title="Einvertedbreve U+0206 LATIN CAPITAL LETTER E WITH INVERTED BREVE " data-name="Einvertedbreve" data-cp="0206" href="#glyphs/Einvertedbreve">Ȇ</a> <a title="uni0228 U+0228 LATIN CAPITAL LETTER E WITH CEDILLA " data-name="uni0228" data-cp="0228" href="#glyphs/uni0228">Ȩ</a> <a title="Emacrongrave U+1E14 LATIN CAPITAL LETTER E WITH MACRON AND GRAVE " data-name="Emacrongrave" data-cp="1E14" href="#glyphs/Emacrongrave">Ḕ</a> <a title="Emacronacute U+1E16 LATIN CAPITAL LETTER E WITH MACRON AND ACUTE " data-name="Emacronacute" data-cp="1E16" href="#glyphs/Emacronacute">Ḗ</a> <a title="Ecircumflexbelow U+1E18 LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW " data-name="Ecircumflexbelow" data-cp="1E18" href="#glyphs/Ecircumflexbelow">Ḙ</a> <a title="Etildebelow U+1E1A LATIN CAPITAL LETTER E WITH TILDE BELOW " data-name="Etildebelow" data-cp="1E1A" href="#glyphs/Etildebelow">Ḛ</a> <a title="Ecedillabreve U+1E1C LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE " data-name="Ecedillabreve" data-cp="1E1C" href="#glyphs/Ecedillabreve">Ḝ</a> <a title="Edotbelow U+1EB8 LATIN CAPITAL LETTER E WITH DOT BELOW " data-name="Edotbelow" data-cp="1EB8" href="#glyphs/Edotbelow">Ẹ</a> <a title="Ehookabove U+1EBA LATIN CAPITAL LETTER E WITH HOOK ABOVE " data-name="Ehookabove" data-cp="1EBA" href="#glyphs/Ehookabove">Ẻ</a> <a title="Etilde U+1EBC LATIN CAPITAL LETTER E WITH TILDE " data-name="Etilde" data-cp="1EBC" href="#glyphs/Etilde">Ẽ</a> <a title="Ecircumflexacute U+1EBE LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE " data-name="Ecircumflexacute" data-cp="1EBE" href="#glyphs/Ecircumflexacute">Ế</a> <a title="Ecircumflexgrave U+1EC0 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE " data-name="Ecircumflexgrave" data-cp="1EC0" href="#glyphs/Ecircumflexgrave">Ề</a> <a title="Ecircumflexhookabove U+1EC2 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE " data-name="Ecircumflexhookabove" data-cp="1EC2" href="#glyphs/Ecircumflexhookabove">Ể</a> <a title="Ecircumflextilde U+1EC4 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE " data-name="Ecircumflextilde" data-cp="1EC4" href="#glyphs/Ecircumflextilde">Ễ</a> <a title="Ecircumflexdotbelow U+1EC6 LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW " data-name="Ecircumflexdotbelow" data-cp="1EC6" href="#glyphs/Ecircumflexdotbelow">Ệ</a> <a title="uni0246 U+0246 LATIN CAPITAL LETTER E WITH STROKE " data-name="uni0246" data-cp="0246" href="#glyphs/uni0246">Ɇ</a> <a title="Eturn U+018E LATIN CAPITAL LETTER REVERSED E " data-name="Eturn" data-cp="018E" href="#glyphs/Eturn">Ǝ</a> <a title="Epsilon U+0395 GREEK CAPITAL LETTER EPSILON " data-name="Epsilon" data-cp="0395" href="#glyphs/Epsilon">Ε</a> <a title="Epsilontonos U+0388 GREEK CAPITAL LETTER EPSILON WITH TONOS " data-name="Epsilontonos" data-cp="0388" href="#glyphs/Epsilontonos">Έ</a> <a title="uni1F18 U+1F18 GREEK CAPITAL LETTER EPSILON WITH PSILI " data-name="uni1F18" data-cp="1F18" href="#glyphs/uni1F18">Ἐ</a> <a title="uni1F19 U+1F19 GREEK CAPITAL LETTER EPSILON WITH DASIA " data-name="uni1F19" data-cp="1F19" href="#glyphs/uni1F19">Ἑ</a> <a title="uni1F1A U+1F1A GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA " data-name="uni1F1A" data-cp="1F1A" href="#glyphs/uni1F1A">Ἒ</a> <a title="uni1F1B U+1F1B GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA " data-name="uni1F1B" data-cp="1F1B" href="#glyphs/uni1F1B">Ἓ</a> <a title="uni1F1C U+1F1C GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA " data-name="uni1F1C" data-cp="1F1C" href="#glyphs/uni1F1C">Ἔ</a> <a title="uni1F1D U+1F1D GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA " data-name="uni1F1D" data-cp="1F1D" href="#glyphs/uni1F1D">Ἕ</a> <a title="uni1FC8 U+1FC8 GREEK CAPITAL LETTER EPSILON WITH VARIA " data-name="uni1FC8" data-cp="1FC8" href="#glyphs/uni1FC8">Ὲ</a> <a title="uni1FC9 U+1FC9 GREEK CAPITAL LETTER EPSILON WITH OXIA " data-name="uni1FC9" data-cp="1FC9" href="#glyphs/uni1FC9">Έ</a> <a title="afii10022 U+0415 CYRILLIC CAPITAL LETTER IE " data-name="afii10022" data-cp="0415" href="#glyphs/afii10022">Е</a> <a title="uni0400 U+0400 CYRILLIC CAPITAL LETTER IE WITH GRAVE " data-name="uni0400" data-cp="0400" href="#glyphs/uni0400">Ѐ</a> <a title="afii10023 U+0401 CYRILLIC CAPITAL LETTER IO " data-name="afii10023" data-cp="0401" href="#glyphs/afii10023">Ё</a> <a title="Iebrevecyrillic U+04D6 CYRILLIC CAPITAL LETTER IE WITH BREVE " data-name="Iebrevecyrillic" data-cp="04D6" href="#glyphs/Iebrevecyrillic">Ӗ</a> <a title="F U+0046 LATIN CAPITAL LETTER F " data-name="F" data-cp="0046" href="#glyphs/F">F</a> <a title="Fhook U+0191 LATIN CAPITAL LETTER F WITH HOOK " data-name="Fhook" data-cp="0191" href="#glyphs/Fhook">Ƒ</a> <a title="Fdotaccent U+1E1E LATIN CAPITAL LETTER F WITH DOT ABOVE " data-name="Fdotaccent" data-cp="1E1E" href="#glyphs/Fdotaccent">Ḟ</a> <a title="Fturn U+2132 TURNED CAPITAL F " data-name="Fturn" data-cp="2132" href="#glyphs/Fturn">Ⅎ</a> <a title="G U+0047 LATIN CAPITAL LETTER G " data-name="G" data-cp="0047" href="#glyphs/G">G</a> <a title="Gbar U+01E4 LATIN CAPITAL LETTER G WITH STROKE " data-name="Gbar" data-cp="01E4" href="#glyphs/Gbar">Ǥ</a> <a title="Ghook U+0193 LATIN CAPITAL LETTER G WITH HOOK " data-name="Ghook" data-cp="0193" href="#glyphs/Ghook">Ɠ</a> <a title="Gcircumflex U+011C LATIN CAPITAL LETTER G WITH CIRCUMFLEX " data-name="Gcircumflex" data-cp="011C" href="#glyphs/Gcircumflex">Ĝ</a> <a title="Gbreve U+011E LATIN CAPITAL LETTER G WITH BREVE " data-name="Gbreve" data-cp="011E" href="#glyphs/Gbreve">Ğ</a> <a title="Gdotaccent U+0120 LATIN CAPITAL LETTER G WITH DOT ABOVE " data-name="Gdotaccent" data-cp="0120" href="#glyphs/Gdotaccent">Ġ</a> <a title="Gcommaaccent U+0122 LATIN CAPITAL LETTER G WITH CEDILLA " data-name="Gcommaaccent" data-cp="0122" href="#glyphs/Gcommaaccent">Ģ</a> <a title="Gcaron U+01E6 LATIN CAPITAL LETTER G WITH CARON " data-name="Gcaron" data-cp="01E6" href="#glyphs/Gcaron">Ǧ</a> <a title="Gacute U+01F4 LATIN CAPITAL LETTER G WITH ACUTE " data-name="Gacute" data-cp="01F4" href="#glyphs/Gacute">Ǵ</a> <a title="Gmacron U+1E20 LATIN CAPITAL LETTER G WITH MACRON " data-name="Gmacron" data-cp="1E20" href="#glyphs/Gmacron">Ḡ</a> <a title="G.1 U+E002" data-name="G.1" data-cp="E002" href="#glyphs/G.1"></a> <a title="Gbar.1 U+E003" data-name="Gbar.1" data-cp="E003" href="#glyphs/Gbar.1"></a> <a title="Ghook.1 U+E004" data-name="Ghook.1" data-cp="E004" href="#glyphs/Ghook.1"></a> <a title="Gcircumflex.1 U+E005" data-name="Gcircumflex.1" data-cp="E005" href="#glyphs/Gcircumflex.1"></a> <a title="Gbreve.1 U+E006" data-name="Gbreve.1" data-cp="E006" href="#glyphs/Gbreve.1"></a> <a title="Gdotaccent.1 U+E007" data-name="Gdotaccent.1" data-cp="E007" href="#glyphs/Gdotaccent.1"></a> <a title="Gcommaaccent.1 U+E008" data-name="Gcommaaccent.1" data-cp="E008" href="#glyphs/Gcommaaccent.1"></a> <a title="Gcaron.1 U+E009" data-name="Gcaron.1" data-cp="E009" href="#glyphs/Gcaron.1"></a> <a title="Gacute.1 U+E00A" data-name="Gacute.1" data-cp="E00A" href="#glyphs/Gacute.1"></a> <a title="Gmacron.1 U+E00B" data-name="Gmacron.1" data-cp="E00B" href="#glyphs/Gmacron.1"></a> <a title="H U+0048 LATIN CAPITAL LETTER H " data-name="H" data-cp="0048" href="#glyphs/H">H</a> <a title="Hcedilla U+1E28 LATIN CAPITAL LETTER H WITH CEDILLA " data-name="Hcedilla" data-cp="1E28" href="#glyphs/Hcedilla">Ḩ</a> <a title="Hcircumflex U+0124 LATIN CAPITAL LETTER H WITH CIRCUMFLEX " data-name="Hcircumflex" data-cp="0124" href="#glyphs/Hcircumflex">Ĥ</a> <a title="uni021E U+021E LATIN CAPITAL LETTER H WITH CARON " data-name="uni021E" data-cp="021E" href="#glyphs/uni021E">Ȟ</a> <a title="Hdotaccent U+1E22 LATIN CAPITAL LETTER H WITH DOT ABOVE " data-name="Hdotaccent" data-cp="1E22" href="#glyphs/Hdotaccent">Ḣ</a> <a title="Hdotbelow U+1E24 LATIN CAPITAL LETTER H WITH DOT BELOW " data-name="Hdotbelow" data-cp="1E24" href="#glyphs/Hdotbelow">Ḥ</a> <a title="Hdieresis U+1E26 LATIN CAPITAL LETTER H WITH DIAERESIS " data-name="Hdieresis" data-cp="1E26" href="#glyphs/Hdieresis">Ḧ</a> <a title="Hbrevebelow U+1E2A LATIN CAPITAL LETTER H WITH BREVE BELOW " data-name="Hbrevebelow" data-cp="1E2A" href="#glyphs/Hbrevebelow">Ḫ</a> <a title="Hbar U+0126 LATIN CAPITAL LETTER H WITH STROKE " data-name="Hbar" data-cp="0126" href="#glyphs/Hbar">Ħ</a> <a title="Enhookcyrillic U+04C7 CYRILLIC CAPITAL LETTER EN WITH HOOK " data-name="Enhookcyrillic" data-cp="04C7" href="#glyphs/Enhookcyrillic">Ӈ</a> <a title="Endescendercyrillic U+04A2 CYRILLIC CAPITAL LETTER EN WITH DESCENDER " data-name="Endescendercyrillic" data-cp="04A2" href="#glyphs/Endescendercyrillic">Ң</a> <a title="Entail-cy U+04C9 CYRILLIC CAPITAL LETTER EN WITH TAIL " data-name="Entail-cy" data-cp="04C9" href="#glyphs/Entail-cy">Ӊ</a> <a title="Enghecyrillic U+04A4 CYRILLIC CAPITAL LIGATURE EN GHE " data-name="Enghecyrillic" data-cp="04A4" href="#glyphs/Enghecyrillic">Ҥ</a> <a title="uni01F6 U+01F6 LATIN CAPITAL LETTER HWAIR " data-name="uni01F6" data-cp="01F6" href="#glyphs/uni01F6">Ƕ</a> <a title="Eta U+0397 GREEK CAPITAL LETTER ETA " data-name="Eta" data-cp="0397" href="#glyphs/Eta">Η</a> <a title="Etatonos U+0389 GREEK CAPITAL LETTER ETA WITH TONOS " data-name="Etatonos" data-cp="0389" href="#glyphs/Etatonos">Ή</a> <a title="uni1F28 U+1F28 GREEK CAPITAL LETTER ETA WITH PSILI " data-name="uni1F28" data-cp="1F28" href="#glyphs/uni1F28">Ἠ</a> <a title="uni1F29 U+1F29 GREEK CAPITAL LETTER ETA WITH DASIA " data-name="uni1F29" data-cp="1F29" href="#glyphs/uni1F29">Ἡ</a> <a title="uni1F2A U+1F2A GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA " data-name="uni1F2A" data-cp="1F2A" href="#glyphs/uni1F2A">Ἢ</a> <a title="uni1F2B U+1F2B GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA " data-name="uni1F2B" data-cp="1F2B" href="#glyphs/uni1F2B">Ἣ</a> <a title="uni1F2C U+1F2C GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA " data-name="uni1F2C" data-cp="1F2C" href="#glyphs/uni1F2C">Ἤ</a> <a title="uni1F2D U+1F2D GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA " data-name="uni1F2D" data-cp="1F2D" href="#glyphs/uni1F2D">Ἥ</a> <a title="uni1F2E U+1F2E GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI " data-name="uni1F2E" data-cp="1F2E" href="#glyphs/uni1F2E">Ἦ</a> <a title="uni1F2F U+1F2F GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI " data-name="uni1F2F" data-cp="1F2F" href="#glyphs/uni1F2F">Ἧ</a> <a title="uni1FCA U+1FCA GREEK CAPITAL LETTER ETA WITH VARIA " data-name="uni1FCA" data-cp="1FCA" href="#glyphs/uni1FCA">Ὴ</a> <a title="uni1FCB U+1FCB GREEK CAPITAL LETTER ETA WITH OXIA " data-name="uni1FCB" data-cp="1FCB" href="#glyphs/uni1FCB">Ή</a> <a title="afii10031 U+041D CYRILLIC CAPITAL LETTER EN " data-name="afii10031" data-cp="041D" href="#glyphs/afii10031">Н</a> <a title="uni1F98 U+1F98 GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI " data-name="uni1F98" data-cp="1F98" href="#glyphs/uni1F98">ᾘ</a> <a title="uni1F99 U+1F99 GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI " data-name="uni1F99" data-cp="1F99" href="#glyphs/uni1F99">ᾙ</a> <a title="uni1F9A U+1F9A GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI " data-name="uni1F9A" data-cp="1F9A" href="#glyphs/uni1F9A">ᾚ</a> <a title="uni1F9B U+1F9B GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI " data-name="uni1F9B" data-cp="1F9B" href="#glyphs/uni1F9B">ᾛ</a> <a title="uni1F9C U+1F9C GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI " data-name="uni1F9C" data-cp="1F9C" href="#glyphs/uni1F9C">ᾜ</a> <a title="uni1F9D U+1F9D GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI " data-name="uni1F9D" data-cp="1F9D" href="#glyphs/uni1F9D">ᾝ</a> <a title="uni1F9E U+1F9E GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI " data-name="uni1F9E" data-cp="1F9E" href="#glyphs/uni1F9E">ᾞ</a> <a title="uni1F9F U+1F9F GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI " data-name="uni1F9F" data-cp="1F9F" href="#glyphs/uni1F9F">ᾟ</a> <a title="uni1FCC U+1FCC GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI " data-name="uni1FCC" data-cp="1FCC" href="#glyphs/uni1FCC">ῌ</a> <a title="I U+0049 LATIN CAPITAL LETTER I " data-name="I" data-cp="0049" href="#glyphs/I">I</a> <a title="I.double U+EE0A" data-name="I.double" data-cp="EE0A" href="#glyphs/I.double"></a> <a title="Idieresis U+00CF LATIN CAPITAL LETTER I WITH DIAERESIS " data-name="Idieresis" data-cp="00CF" href="#glyphs/Idieresis">Ï</a> <a title="Idieresisacute U+1E2E LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE " data-name="Idieresisacute" data-cp="1E2E" href="#glyphs/Idieresisacute">Ḯ</a> <a title="Istroke U+0197 LATIN CAPITAL LETTER I WITH STROKE " data-name="Istroke" data-cp="0197" href="#glyphs/Istroke">Ɨ</a> <a title="Itildebelow U+1E2C LATIN CAPITAL LETTER I WITH TILDE BELOW " data-name="Itildebelow" data-cp="1E2C" href="#glyphs/Itildebelow">Ḭ</a> <a title="Igrave U+00CC LATIN CAPITAL LETTER I WITH GRAVE " data-name="Igrave" data-cp="00CC" href="#glyphs/Igrave">Ì</a> <a title="Iacute U+00CD LATIN CAPITAL LETTER I WITH ACUTE " data-name="Iacute" data-cp="00CD" href="#glyphs/Iacute">Í</a> <a title="Icircumflex U+00CE LATIN CAPITAL LETTER I WITH CIRCUMFLEX " data-name="Icircumflex" data-cp="00CE" href="#glyphs/Icircumflex">Î</a> <a title="Itilde U+0128 LATIN CAPITAL LETTER I WITH TILDE " data-name="Itilde" data-cp="0128" href="#glyphs/Itilde">Ĩ</a> <a title="Imacron U+012A LATIN CAPITAL LETTER I WITH MACRON " data-name="Imacron" data-cp="012A" href="#glyphs/Imacron">Ī</a> <a title="Ibreve U+012C LATIN CAPITAL LETTER I WITH BREVE " data-name="Ibreve" data-cp="012C" href="#glyphs/Ibreve">Ĭ</a> <a title="Iogonek U+012E LATIN CAPITAL LETTER I WITH OGONEK " data-name="Iogonek" data-cp="012E" href="#glyphs/Iogonek">Į</a> <a title="Idotaccent U+0130 LATIN CAPITAL LETTER I WITH DOT ABOVE " data-name="Idotaccent" data-cp="0130" href="#glyphs/Idotaccent">İ</a> <a title="Icaron U+01CF LATIN CAPITAL LETTER I WITH CARON " data-name="Icaron" data-cp="01CF" href="#glyphs/Icaron">Ǐ</a> <a title="Idblgrave U+0208 LATIN CAPITAL LETTER I WITH DOUBLE GRAVE " data-name="Idblgrave" data-cp="0208" href="#glyphs/Idblgrave">Ȉ</a> <a title="Iinvertedbreve U+020A LATIN CAPITAL LETTER I WITH INVERTED BREVE " data-name="Iinvertedbreve" data-cp="020A" href="#glyphs/Iinvertedbreve">Ȋ</a> <a title="Ihookabove U+1EC8 LATIN CAPITAL LETTER I WITH HOOK ABOVE " data-name="Ihookabove" data-cp="1EC8" href="#glyphs/Ihookabove">Ỉ</a> <a title="Idotbelow U+1ECA LATIN CAPITAL LETTER I WITH DOT BELOW " data-name="Idotbelow" data-cp="1ECA" href="#glyphs/Idotbelow">Ị</a> <a title="Iota U+0196 LATIN CAPITAL LETTER IOTA " data-name="Iota" data-cp="0196" href="#glyphs/Iota">Ɩ</a> <a title="IotaGreek U+0399 GREEK CAPITAL LETTER IOTA " data-name="IotaGreek" data-cp="0399" href="#glyphs/IotaGreek">Ι</a> <a title="Iotatonos U+038A GREEK CAPITAL LETTER IOTA WITH TONOS " data-name="Iotatonos" data-cp="038A" href="#glyphs/Iotatonos">Ί</a> <a title="Iotadieresis U+03AA GREEK CAPITAL LETTER IOTA WITH DIALYTIKA " data-name="Iotadieresis" data-cp="03AA" href="#glyphs/Iotadieresis">Ϊ</a> <a title="uni1F38 U+1F38 GREEK CAPITAL LETTER IOTA WITH PSILI " data-name="uni1F38" data-cp="1F38" href="#glyphs/uni1F38">Ἰ</a> <a title="uni1F39 U+1F39 GREEK CAPITAL LETTER IOTA WITH DASIA " data-name="uni1F39" data-cp="1F39" href="#glyphs/uni1F39">Ἱ</a> <a title="uni1F3A U+1F3A GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA " data-name="uni1F3A" data-cp="1F3A" href="#glyphs/uni1F3A">Ἲ</a> <a title="uni1F3B U+1F3B GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA " data-name="uni1F3B" data-cp="1F3B" href="#glyphs/uni1F3B">Ἳ</a> <a title="uni1F3C U+1F3C GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA " data-name="uni1F3C" data-cp="1F3C" href="#glyphs/uni1F3C">Ἴ</a> <a title="uni1F3D U+1F3D GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA " data-name="uni1F3D" data-cp="1F3D" href="#glyphs/uni1F3D">Ἵ</a> <a title="uni1F3E U+1F3E GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI " data-name="uni1F3E" data-cp="1F3E" href="#glyphs/uni1F3E">Ἶ</a> <a title="uni1F3F U+1F3F GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI " data-name="uni1F3F" data-cp="1F3F" href="#glyphs/uni1F3F">Ἷ</a> <a title="uni1FD8 U+1FD8 GREEK CAPITAL LETTER IOTA WITH VRACHY " data-name="uni1FD8" data-cp="1FD8" href="#glyphs/uni1FD8">Ῐ</a> <a title="uni1FD9 U+1FD9 GREEK CAPITAL LETTER IOTA WITH MACRON " data-name="uni1FD9" data-cp="1FD9" href="#glyphs/uni1FD9">Ῑ</a> <a title="uni1FDA U+1FDA GREEK CAPITAL LETTER IOTA WITH VARIA " data-name="uni1FDA" data-cp="1FDA" href="#glyphs/uni1FDA">Ὶ</a> <a title="uni1FDB U+1FDB GREEK CAPITAL LETTER IOTA WITH OXIA " data-name="uni1FDB" data-cp="1FDB" href="#glyphs/uni1FDB">Ί</a> <a title="afii10055 U+0406 CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I " data-name="afii10055" data-cp="0406" href="#glyphs/afii10055">І</a> <a title="Yi-cy U+0407 CYRILLIC CAPITAL LETTER YI " data-name="Yi-cy" data-cp="0407" href="#glyphs/Yi-cy">Ї</a> <a title="I.1 U+E00C" data-name="I.1" data-cp="E00C" href="#glyphs/I.1"></a> <a title="Idieresis.1 U+E00D" data-name="Idieresis.1" data-cp="E00D" href="#glyphs/Idieresis.1"></a> <a title="Idieresisacute.1 U+E00E" data-name="Idieresisacute.1" data-cp="E00E" href="#glyphs/Idieresisacute.1"></a> <a title="Istroke.1 U+E00F" data-name="Istroke.1" data-cp="E00F" href="#glyphs/Istroke.1"></a> <a title="Itildebelow.1 U+E010" data-name="Itildebelow.1" data-cp="E010" href="#glyphs/Itildebelow.1"></a> <a title="Igrave.1 U+E011" data-name="Igrave.1" data-cp="E011" href="#glyphs/Igrave.1"></a> <a title="Iacute.1 U+E012" data-name="Iacute.1" data-cp="E012" href="#glyphs/Iacute.1"></a> <a title="Icircumflex.1 U+E013" data-name="Icircumflex.1" data-cp="E013" href="#glyphs/Icircumflex.1"></a> <a title="Itilde.1 U+E014" data-name="Itilde.1" data-cp="E014" href="#glyphs/Itilde.1"></a> <a title="Imacron.1 U+E015" data-name="Imacron.1" data-cp="E015" href="#glyphs/Imacron.1"></a> <a title="Ibreve.1 U+E016" data-name="Ibreve.1" data-cp="E016" href="#glyphs/Ibreve.1"></a> <a title="Iogonek.1 U+E017" data-name="Iogonek.1" data-cp="E017" href="#glyphs/Iogonek.1"></a> <a title="Idotaccent.1 U+E018" data-name="Idotaccent.1" data-cp="E018" href="#glyphs/Idotaccent.1"></a> <a title="Icaron.1 U+E019" data-name="Icaron.1" data-cp="E019" href="#glyphs/Icaron.1"></a> <a title="Idblgrave.1 U+E01A" data-name="Idblgrave.1" data-cp="E01A" href="#glyphs/Idblgrave.1"></a> <a title="Iinvertedbreve.1 U+E01B" data-name="Iinvertedbreve.1" data-cp="E01B" href="#glyphs/Iinvertedbreve.1"></a> <a title="Ihookabove.1 U+E01C" data-name="Ihookabove.1" data-cp="E01C" href="#glyphs/Ihookabove.1"></a> <a title="Idotbelow.1 U+E01D" data-name="Idotbelow.1" data-cp="E01D" href="#glyphs/Idotbelow.1"></a> <a title="uni1F38.1 U+E01E" data-name="uni1F38.1" data-cp="E01E" href="#glyphs/uni1F38.1"></a> <a title="uni1F39.1 U+E01F" data-name="uni1F39.1" data-cp="E01F" href="#glyphs/uni1F39.1"></a> <a title="uni1F3A.1 U+E020" data-name="uni1F3A.1" data-cp="E020" href="#glyphs/uni1F3A.1"></a> <a title="uni1F3B.1 U+E021" data-name="uni1F3B.1" data-cp="E021" href="#glyphs/uni1F3B.1"></a> <a title="uni1F3C.1 U+E022" data-name="uni1F3C.1" data-cp="E022" href="#glyphs/uni1F3C.1"></a> <a title="uni1F3D.1 U+E023" data-name="uni1F3D.1" data-cp="E023" href="#glyphs/uni1F3D.1"></a> <a title="uni1F3E.1 U+E024" data-name="uni1F3E.1" data-cp="E024" href="#glyphs/uni1F3E.1"></a> <a title="uni1F3F.1 U+E025" data-name="uni1F3F.1" data-cp="E025" href="#glyphs/uni1F3F.1"></a> <a title="uni1FD8.1 U+E026" data-name="uni1FD8.1" data-cp="E026" href="#glyphs/uni1FD8.1"></a> <a title="uni1FD9.1 U+E027" data-name="uni1FD9.1" data-cp="E027" href="#glyphs/uni1FD9.1"></a> <a title="uni1FDA.1 U+E028" data-name="uni1FDA.1" data-cp="E028" href="#glyphs/uni1FDA.1"></a> <a title="uni1FDB.1 U+E029" data-name="uni1FDB.1" data-cp="E029" href="#glyphs/uni1FDB.1"></a> <a title="afii10055.1 U+E02A" data-name="afii10055.1" data-cp="E02A" href="#glyphs/afii10055.1"></a> <a title="Yi-cy.1 U+E02B" data-name="Yi-cy.1" data-cp="E02B" href="#glyphs/Yi-cy.1"></a> <a title="J U+004A LATIN CAPITAL LETTER J " data-name="J" data-cp="004A" href="#glyphs/J">J</a> <a title="Jcircumflex U+0134 LATIN CAPITAL LETTER J WITH CIRCUMFLEX " data-name="Jcircumflex" data-cp="0134" href="#glyphs/Jcircumflex">Ĵ</a> <a title="uni0248 U+0248 LATIN CAPITAL LETTER J WITH STROKE " data-name="uni0248" data-cp="0248" href="#glyphs/uni0248">Ɉ</a> <a title="uni037F U+037F GREEK CAPITAL LETTER YOT " data-name="uni037F" data-cp="037F" href="#glyphs/uni037F">Ϳ</a> <a title="afii10057 U+0408 CYRILLIC CAPITAL LETTER JE " data-name="afii10057" data-cp="0408" href="#glyphs/afii10057">Ј</a> <a title="K U+004B LATIN CAPITAL LETTER K " data-name="K" data-cp="004B" href="#glyphs/K">K</a> <a title="Kcommaaccent U+0136 LATIN CAPITAL LETTER K WITH CEDILLA " data-name="Kcommaaccent" data-cp="0136" href="#glyphs/Kcommaaccent">Ķ</a> <a title="Kcaron U+01E8 LATIN CAPITAL LETTER K WITH CARON " data-name="Kcaron" data-cp="01E8" href="#glyphs/Kcaron">Ǩ</a> <a title="Kacute U+1E30 LATIN CAPITAL LETTER K WITH ACUTE " data-name="Kacute" data-cp="1E30" href="#glyphs/Kacute">Ḱ</a> <a title="Kdotbelow U+1E32 LATIN CAPITAL LETTER K WITH DOT BELOW " data-name="Kdotbelow" data-cp="1E32" href="#glyphs/Kdotbelow">Ḳ</a> <a title="Klinebelow U+1E34 LATIN CAPITAL LETTER K WITH LINE BELOW " data-name="Klinebelow" data-cp="1E34" href="#glyphs/Klinebelow">Ḵ</a> <a title="Kabashkircyrillic U+04A0 CYRILLIC CAPITAL LETTER BASHKIR KA " data-name="Kabashkircyrillic" data-cp="04A0" href="#glyphs/Kabashkircyrillic">Ҡ</a> <a title="Kadescendercyrillic U+049A CYRILLIC CAPITAL LETTER KA WITH DESCENDER " data-name="Kadescendercyrillic" data-cp="049A" href="#glyphs/Kadescendercyrillic">Қ</a> <a title="Khook U+0198 LATIN CAPITAL LETTER K WITH HOOK " data-name="Khook" data-cp="0198" href="#glyphs/Khook">Ƙ</a> <a title="Kappa U+039A GREEK CAPITAL LETTER KAPPA " data-name="Kappa" data-cp="039A" href="#glyphs/Kappa">Κ</a> <a title="L U+004C LATIN CAPITAL LETTER L " data-name="L" data-cp="004C" href="#glyphs/L">L</a> <a title="Lacute U+0139 LATIN CAPITAL LETTER L WITH ACUTE " data-name="Lacute" data-cp="0139" href="#glyphs/Lacute">Ĺ</a> <a title="Lcommaaccent U+013B LATIN CAPITAL LETTER L WITH CEDILLA " data-name="Lcommaaccent" data-cp="013B" href="#glyphs/Lcommaaccent">Ļ</a> <a title="Lcaron U+013D LATIN CAPITAL LETTER L WITH CARON " data-name="Lcaron" data-cp="013D" href="#glyphs/Lcaron">Ľ</a> <a title="Ldotbelow U+1E36 LATIN CAPITAL LETTER L WITH DOT BELOW " data-name="Ldotbelow" data-cp="1E36" href="#glyphs/Ldotbelow">Ḷ</a> <a title="Ldotbelowmacron U+1E38 LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON " data-name="Ldotbelowmacron" data-cp="1E38" href="#glyphs/Ldotbelowmacron">Ḹ</a> <a title="Llinebelow U+1E3A LATIN CAPITAL LETTER L WITH LINE BELOW " data-name="Llinebelow" data-cp="1E3A" href="#glyphs/Llinebelow">Ḻ</a> <a title="Lcircumflexbelow U+1E3C LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW " data-name="Lcircumflexbelow" data-cp="1E3C" href="#glyphs/Lcircumflexbelow">Ḽ</a> <a title="Lslash U+0141 LATIN CAPITAL LETTER L WITH STROKE " data-name="Lslash" data-cp="0141" href="#glyphs/Lslash">Ł</a> <a title="Lbar U+023D LATIN CAPITAL LETTER L WITH BAR " data-name="Lbar" data-cp="023D" href="#glyphs/Lbar">Ƚ</a> <a title="Lj U+01C8 LATIN CAPITAL LETTER L WITH SMALL LETTER J " data-name="Lj" data-cp="01C8" href="#glyphs/Lj">Lj</a> <a title="M U+004D LATIN CAPITAL LETTER M " data-name="M" data-cp="004D" href="#glyphs/M">M</a> <a title="Macute U+1E3E LATIN CAPITAL LETTER M WITH ACUTE " data-name="Macute" data-cp="1E3E" href="#glyphs/Macute">Ḿ</a> <a title="Mdotaccent U+1E40 LATIN CAPITAL LETTER M WITH DOT ABOVE " data-name="Mdotaccent" data-cp="1E40" href="#glyphs/Mdotaccent">Ṁ</a> <a title="Mdotbelow U+1E42 LATIN CAPITAL LETTER M WITH DOT BELOW " data-name="Mdotbelow" data-cp="1E42" href="#glyphs/Mdotbelow">Ṃ</a> <a title="uni04CD U+04CD CYRILLIC CAPITAL LETTER EM WITH TAIL " data-name="uni04CD" data-cp="04CD" href="#glyphs/uni04CD">Ӎ</a> <a title="Mu U+039C GREEK CAPITAL LETTER MU " data-name="Mu" data-cp="039C" href="#glyphs/Mu">Μ</a> <a title="San U+03FA GREEK CAPITAL LETTER SAN " data-name="San" data-cp="03FA" href="#glyphs/San">Ϻ</a> <a title="afii10030 U+041C CYRILLIC CAPITAL LETTER EM " data-name="afii10030" data-cp="041C" href="#glyphs/afii10030">М</a> <a title="N U+004E LATIN CAPITAL LETTER N " data-name="N" data-cp="004E" href="#glyphs/N">N</a> <a title="Ntilde U+00D1 LATIN CAPITAL LETTER N WITH TILDE " data-name="Ntilde" data-cp="00D1" href="#glyphs/Ntilde">Ñ</a> <a title="Nacute U+0143 LATIN CAPITAL LETTER N WITH ACUTE " data-name="Nacute" data-cp="0143" href="#glyphs/Nacute">Ń</a> <a title="Ncommaaccent U+0145 LATIN CAPITAL LETTER N WITH CEDILLA " data-name="Ncommaaccent" data-cp="0145" href="#glyphs/Ncommaaccent">Ņ</a> <a title="Ncaron U+0147 LATIN CAPITAL LETTER N WITH CARON " data-name="Ncaron" data-cp="0147" href="#glyphs/Ncaron">Ň</a> <a title="uni01F8 U+01F8 LATIN CAPITAL LETTER N WITH GRAVE " data-name="uni01F8" data-cp="01F8" href="#glyphs/uni01F8">Ǹ</a> <a title="Ndotaccent U+1E44 LATIN CAPITAL LETTER N WITH DOT ABOVE " data-name="Ndotaccent" data-cp="1E44" href="#glyphs/Ndotaccent">Ṅ</a> <a title="Ndotbelow U+1E46 LATIN CAPITAL LETTER N WITH DOT BELOW " data-name="Ndotbelow" data-cp="1E46" href="#glyphs/Ndotbelow">Ṇ</a> <a title="Nlinebelow U+1E48 LATIN CAPITAL LETTER N WITH LINE BELOW " data-name="Nlinebelow" data-cp="1E48" href="#glyphs/Nlinebelow">Ṉ</a> <a title="Ncircumflexbelow U+1E4A LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW " data-name="Ncircumflexbelow" data-cp="1E4A" href="#glyphs/Ncircumflexbelow">Ṋ</a> <a title="Nhook U+019D LATIN CAPITAL LETTER N WITH LEFT HOOK " data-name="Nhook" data-cp="019D" href="#glyphs/Nhook">Ɲ</a> <a title="Eng U+014A LATIN CAPITAL LETTER ENG " data-name="Eng" data-cp="014A" href="#glyphs/Eng">Ŋ</a> <a title="Ii-cy U+0418 CYRILLIC CAPITAL LETTER I " data-name="Ii-cy" data-cp="0418" href="#glyphs/Ii-cy">И</a> <a title="uni040D U+040D CYRILLIC CAPITAL LETTER I WITH GRAVE " data-name="uni040D" data-cp="040D" href="#glyphs/uni040D">Ѝ</a> <a title="afii10027 U+0419 CYRILLIC CAPITAL LETTER SHORT I " data-name="afii10027" data-cp="0419" href="#glyphs/afii10027">Й</a> <a title="Imacroncyrillic U+04E2 CYRILLIC CAPITAL LETTER I WITH MACRON " data-name="Imacroncyrillic" data-cp="04E2" href="#glyphs/Imacroncyrillic">Ӣ</a> <a title="Idieresiscyrillic U+04E4 CYRILLIC CAPITAL LETTER I WITH DIAERESIS " data-name="Idieresiscyrillic" data-cp="04E4" href="#glyphs/Idieresiscyrillic">Ӥ</a> <a title="uni048A U+048A CYRILLIC CAPITAL LETTER SHORT I WITH TAIL " data-name="uni048A" data-cp="048A" href="#glyphs/uni048A">Ҋ</a> <a title="Pamphyliandigamma U+0376 GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA " data-name="Pamphyliandigamma" data-cp="0376" href="#glyphs/Pamphyliandigamma">Ͷ</a> <a title="Nu U+039D GREEK CAPITAL LETTER NU " data-name="Nu" data-cp="039D" href="#glyphs/Nu">Ν</a> <a title="Nj U+01CB LATIN CAPITAL LETTER N WITH SMALL LETTER J " data-name="Nj" data-cp="01CB" href="#glyphs/Nj">Nj</a> <a title="O U+004F LATIN CAPITAL LETTER O " data-name="O" data-cp="004F" href="#glyphs/O">O</a> <a title="Odieresis U+00D6 LATIN CAPITAL LETTER O WITH DIAERESIS " data-name="Odieresis" data-cp="00D6" href="#glyphs/Odieresis">Ö</a> <a title="Otilde U+00D5 LATIN CAPITAL LETTER O WITH TILDE " data-name="Otilde" data-cp="00D5" href="#glyphs/Otilde">Õ</a> <a title="Oslash U+00D8 LATIN CAPITAL LETTER O WITH STROKE " data-name="Oslash" data-cp="00D8" href="#glyphs/Oslash">Ø</a> <a title="Ohorn U+01A0 LATIN CAPITAL LETTER O WITH HORN " data-name="Ohorn" data-cp="01A0" href="#glyphs/Ohorn">Ơ</a> <a title="Ograve U+00D2 LATIN CAPITAL LETTER O WITH GRAVE " data-name="Ograve" data-cp="00D2" href="#glyphs/Ograve">Ò</a> <a title="Oacute U+00D3 LATIN CAPITAL LETTER O WITH ACUTE " data-name="Oacute" data-cp="00D3" href="#glyphs/Oacute">Ó</a> <a title="Ocircumflex U+00D4 LATIN CAPITAL LETTER O WITH CIRCUMFLEX " data-name="Ocircumflex" data-cp="00D4" href="#glyphs/Ocircumflex">Ô</a> <a title="Omacron U+014C LATIN CAPITAL LETTER O WITH MACRON " data-name="Omacron" data-cp="014C" href="#glyphs/Omacron">Ō</a> <a title="Obreve U+014E LATIN CAPITAL LETTER O WITH BREVE " data-name="Obreve" data-cp="014E" href="#glyphs/Obreve">Ŏ</a> <a title="Ohungarumlaut U+0150 LATIN CAPITAL LETTER O WITH DOUBLE ACUTE " data-name="Ohungarumlaut" data-cp="0150" href="#glyphs/Ohungarumlaut">Ő</a> <a title="Ocaron U+01D1 LATIN CAPITAL LETTER O WITH CARON " data-name="Ocaron" data-cp="01D1" href="#glyphs/Ocaron">Ǒ</a> <a title="Oogonek U+01EA LATIN CAPITAL LETTER O WITH OGONEK " data-name="Oogonek" data-cp="01EA" href="#glyphs/Oogonek">Ǫ</a> <a title="Oogonekmacron U+01EC LATIN CAPITAL LETTER O WITH OGONEK AND MACRON " data-name="Oogonekmacron" data-cp="01EC" href="#glyphs/Oogonekmacron">Ǭ</a> <a title="Odblgrave U+020C LATIN CAPITAL LETTER O WITH DOUBLE GRAVE " data-name="Odblgrave" data-cp="020C" href="#glyphs/Odblgrave">Ȍ</a> <a title="Oinvertedbreve U+020E LATIN CAPITAL LETTER O WITH INVERTED BREVE " data-name="Oinvertedbreve" data-cp="020E" href="#glyphs/Oinvertedbreve">Ȏ</a> <a title="uni022A U+022A LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON " data-name="uni022A" data-cp="022A" href="#glyphs/uni022A">Ȫ</a> <a title="uni022C U+022C LATIN CAPITAL LETTER O WITH TILDE AND MACRON " data-name="uni022C" data-cp="022C" href="#glyphs/uni022C">Ȭ</a> <a title="uni022E U+022E LATIN CAPITAL LETTER O WITH DOT ABOVE " data-name="uni022E" data-cp="022E" href="#glyphs/uni022E">Ȯ</a> <a title="uni0230 U+0230 LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON " data-name="uni0230" data-cp="0230" href="#glyphs/uni0230">Ȱ</a> <a title="Otildeacute U+1E4C LATIN CAPITAL LETTER O WITH TILDE AND ACUTE " data-name="Otildeacute" data-cp="1E4C" href="#glyphs/Otildeacute">Ṍ</a> <a title="Otildedieresis U+1E4E LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS " data-name="Otildedieresis" data-cp="1E4E" href="#glyphs/Otildedieresis">Ṏ</a> <a title="Omacrongrave U+1E50 LATIN CAPITAL LETTER O WITH MACRON AND GRAVE " data-name="Omacrongrave" data-cp="1E50" href="#glyphs/Omacrongrave">Ṑ</a> <a title="Omacronacute U+1E52 LATIN CAPITAL LETTER O WITH MACRON AND ACUTE " data-name="Omacronacute" data-cp="1E52" href="#glyphs/Omacronacute">Ṓ</a> <a title="Odotbelow U+1ECC LATIN CAPITAL LETTER O WITH DOT BELOW " data-name="Odotbelow" data-cp="1ECC" href="#glyphs/Odotbelow">Ọ</a> <a title="Ohookabove U+1ECE LATIN CAPITAL LETTER O WITH HOOK ABOVE " data-name="Ohookabove" data-cp="1ECE" href="#glyphs/Ohookabove">Ỏ</a> <a title="Ocircumflexacute U+1ED0 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE " data-name="Ocircumflexacute" data-cp="1ED0" href="#glyphs/Ocircumflexacute">Ố</a> <a title="Ocircumflexgrave U+1ED2 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE " data-name="Ocircumflexgrave" data-cp="1ED2" href="#glyphs/Ocircumflexgrave">Ồ</a> <a title="Ocircumflexhookabove U+1ED4 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE " data-name="Ocircumflexhookabove" data-cp="1ED4" href="#glyphs/Ocircumflexhookabove">Ổ</a> <a title="Ocircumflextilde U+1ED6 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE " data-name="Ocircumflextilde" data-cp="1ED6" href="#glyphs/Ocircumflextilde">Ỗ</a> <a title="Ocircumflexdotbelow U+1ED8 LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW " data-name="Ocircumflexdotbelow" data-cp="1ED8" href="#glyphs/Ocircumflexdotbelow">Ộ</a> <a title="Ohornacute U+1EDA LATIN CAPITAL LETTER O WITH HORN AND ACUTE " data-name="Ohornacute" data-cp="1EDA" href="#glyphs/Ohornacute">Ớ</a> <a title="Ohorngrave U+1EDC LATIN CAPITAL LETTER O WITH HORN AND GRAVE " data-name="Ohorngrave" data-cp="1EDC" href="#glyphs/Ohorngrave">Ờ</a> <a title="Ohornhookabove U+1EDE LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE " data-name="Ohornhookabove" data-cp="1EDE" href="#glyphs/Ohornhookabove">Ở</a> <a title="Ohorntilde U+1EE0 LATIN CAPITAL LETTER O WITH HORN AND TILDE " data-name="Ohorntilde" data-cp="1EE0" href="#glyphs/Ohorntilde">Ỡ</a> <a title="Ohorndotbelow U+1EE2 LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW " data-name="Ohorndotbelow" data-cp="1EE2" href="#glyphs/Ohorndotbelow">Ợ</a> <a title="Oslashacute U+01FE LATIN CAPITAL LETTER O WITH STROKE AND ACUTE " data-name="Oslashacute" data-cp="01FE" href="#glyphs/Oslashacute">Ǿ</a> <a title="Omicron U+039F GREEK CAPITAL LETTER OMICRON " data-name="Omicron" data-cp="039F" href="#glyphs/Omicron">Ο</a> <a title="Omicrontonos U+038C GREEK CAPITAL LETTER OMICRON WITH TONOS " data-name="Omicrontonos" data-cp="038C" href="#glyphs/Omicrontonos">Ό</a> <a title="uni1F48 U+1F48 GREEK CAPITAL LETTER OMICRON WITH PSILI " data-name="uni1F48" data-cp="1F48" href="#glyphs/uni1F48">Ὀ</a> <a title="uni1F49 U+1F49 GREEK CAPITAL LETTER OMICRON WITH DASIA " data-name="uni1F49" data-cp="1F49" href="#glyphs/uni1F49">Ὁ</a> <a title="uni1F4A U+1F4A GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA " data-name="uni1F4A" data-cp="1F4A" href="#glyphs/uni1F4A">Ὂ</a> <a title="uni1F4B U+1F4B GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA " data-name="uni1F4B" data-cp="1F4B" href="#glyphs/uni1F4B">Ὃ</a> <a title="uni1F4C U+1F4C GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA " data-name="uni1F4C" data-cp="1F4C" href="#glyphs/uni1F4C">Ὄ</a> <a title="uni1F4D U+1F4D GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA " data-name="uni1F4D" data-cp="1F4D" href="#glyphs/uni1F4D">Ὅ</a> <a title="uni1FF8 U+1FF8 GREEK CAPITAL LETTER OMICRON WITH VARIA " data-name="uni1FF8" data-cp="1FF8" href="#glyphs/uni1FF8">Ὸ</a> <a title="uni03F4 U+03F4 GREEK CAPITAL THETA SYMBOL " data-name="uni03F4" data-cp="03F4" href="#glyphs/uni03F4">ϴ</a> <a title="uni1FF9 U+1FF9 GREEK CAPITAL LETTER OMICRON WITH OXIA " data-name="uni1FF9" data-cp="1FF9" href="#glyphs/uni1FF9">Ό</a> <a title="afii10032 U+041E CYRILLIC CAPITAL LETTER O " data-name="afii10032" data-cp="041E" href="#glyphs/afii10032">О</a> <a title="Odieresiscyrillic U+04E6 CYRILLIC CAPITAL LETTER O WITH DIAERESIS " data-name="Odieresiscyrillic" data-cp="04E6" href="#glyphs/Odieresiscyrillic">Ӧ</a> <a title="Obar U+019F LATIN CAPITAL LETTER O WITH MIDDLE TILDE " data-name="Obar" data-cp="019F" href="#glyphs/Obar">Ɵ</a> <a title="Obarredcyrillic U+04E8 CYRILLIC CAPITAL LETTER BARRED O " data-name="Obarredcyrillic" data-cp="04E8" href="#glyphs/Obarredcyrillic">Ө</a> <a title="Obarreddieresiscyrillic U+04EA CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS " data-name="Obarreddieresiscyrillic" data-cp="04EA" href="#glyphs/Obarreddieresiscyrillic">Ӫ</a> <a title="OE U+0152 LATIN CAPITAL LIGATURE OE " data-name="OE" data-cp="0152" href="#glyphs/OE">Œ</a> <a title="P U+0050 LATIN CAPITAL LETTER P " data-name="P" data-cp="0050" href="#glyphs/P">P</a> <a title="Pacute U+1E54 LATIN CAPITAL LETTER P WITH ACUTE " data-name="Pacute" data-cp="1E54" href="#glyphs/Pacute">Ṕ</a> <a title="Pdotaccent U+1E56 LATIN CAPITAL LETTER P WITH DOT ABOVE " data-name="Pdotaccent" data-cp="1E56" href="#glyphs/Pdotaccent">Ṗ</a> <a title="uni048E U+048E CYRILLIC CAPITAL LETTER ER WITH TICK " data-name="uni048E" data-cp="048E" href="#glyphs/uni048E">Ҏ</a> <a title="Phook U+01A4 LATIN CAPITAL LETTER P WITH HOOK " data-name="Phook" data-cp="01A4" href="#glyphs/Phook">Ƥ</a> <a title="Rho U+03A1 GREEK CAPITAL LETTER RHO " data-name="Rho" data-cp="03A1" href="#glyphs/Rho">Ρ</a> <a title="uni1FEC U+1FEC GREEK CAPITAL LETTER RHO WITH DASIA " data-name="uni1FEC" data-cp="1FEC" href="#glyphs/uni1FEC">Ῥ</a> <a title="Q U+0051 LATIN CAPITAL LETTER Q " data-name="Q" data-cp="0051" href="#glyphs/Q">Q</a> <a title="Q_rthook U+024A LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL " data-name="Q_rthook" data-cp="024A" href="#glyphs/Q_rthook">Ɋ</a> <a title="R U+0052 LATIN CAPITAL LETTER R " data-name="R" data-cp="0052" href="#glyphs/R">R</a> <a title="Racute U+0154 LATIN CAPITAL LETTER R WITH ACUTE " data-name="Racute" data-cp="0154" href="#glyphs/Racute">Ŕ</a> <a title="Rcommaaccent U+0156 LATIN CAPITAL LETTER R WITH CEDILLA " data-name="Rcommaaccent" data-cp="0156" href="#glyphs/Rcommaaccent">Ŗ</a> <a title="Rcaron U+0158 LATIN CAPITAL LETTER R WITH CARON " data-name="Rcaron" data-cp="0158" href="#glyphs/Rcaron">Ř</a> <a title="Rdblgrave U+0210 LATIN CAPITAL LETTER R WITH DOUBLE GRAVE " data-name="Rdblgrave" data-cp="0210" href="#glyphs/Rdblgrave">Ȑ</a> <a title="Rinvertedbreve U+0212 LATIN CAPITAL LETTER R WITH INVERTED BREVE " data-name="Rinvertedbreve" data-cp="0212" href="#glyphs/Rinvertedbreve">Ȓ</a> <a title="Rdotaccent U+1E58 LATIN CAPITAL LETTER R WITH DOT ABOVE " data-name="Rdotaccent" data-cp="1E58" href="#glyphs/Rdotaccent">Ṙ</a> <a title="Rdotbelow U+1E5A LATIN CAPITAL LETTER R WITH DOT BELOW " data-name="Rdotbelow" data-cp="1E5A" href="#glyphs/Rdotbelow">Ṛ</a> <a title="Rdotbelowmacron U+1E5C LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON " data-name="Rdotbelowmacron" data-cp="1E5C" href="#glyphs/Rdotbelowmacron">Ṝ</a> <a title="Rlinebelow U+1E5E LATIN CAPITAL LETTER R WITH LINE BELOW " data-name="Rlinebelow" data-cp="1E5E" href="#glyphs/Rlinebelow">Ṟ</a> <a title="response U+211F RESPONSE " data-name="response" data-cp="211F" href="#glyphs/response">℟</a> <a title="Rx U+211E PRESCRIPTION TAKE " data-name="Rx" data-cp="211E" href="#glyphs/Rx">℞</a> <a title="uni024C U+024C LATIN CAPITAL LETTER R WITH STROKE " data-name="uni024C" data-cp="024C" href="#glyphs/uni024C">Ɍ</a> <a title="S U+0053 LATIN CAPITAL LETTER S " data-name="S" data-cp="0053" href="#glyphs/S">S</a> <a title="Sacute U+015A LATIN CAPITAL LETTER S WITH ACUTE " data-name="Sacute" data-cp="015A" href="#glyphs/Sacute">Ś</a> <a title="Scircumflex U+015C LATIN CAPITAL LETTER S WITH CIRCUMFLEX " data-name="Scircumflex" data-cp="015C" href="#glyphs/Scircumflex">Ŝ</a> <a title="Scedilla U+015E LATIN CAPITAL LETTER S WITH CEDILLA " data-name="Scedilla" data-cp="015E" href="#glyphs/Scedilla">Ş</a> <a title="Scaron U+0160 LATIN CAPITAL LETTER S WITH CARON " data-name="Scaron" data-cp="0160" href="#glyphs/Scaron">Š</a> <a title="Scommaaccent U+0218 LATIN CAPITAL LETTER S WITH COMMA BELOW " data-name="Scommaaccent" data-cp="0218" href="#glyphs/Scommaaccent">Ș</a> <a title="Sdotaccent U+1E60 LATIN CAPITAL LETTER S WITH DOT ABOVE " data-name="Sdotaccent" data-cp="1E60" href="#glyphs/Sdotaccent">Ṡ</a> <a title="Sdotbelow U+1E62 LATIN CAPITAL LETTER S WITH DOT BELOW " data-name="Sdotbelow" data-cp="1E62" href="#glyphs/Sdotbelow">Ṣ</a> <a title="Sacutedotaccent U+1E64 LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE " data-name="Sacutedotaccent" data-cp="1E64" href="#glyphs/Sacutedotaccent">Ṥ</a> <a title="Scarondotaccent U+1E66 LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE " data-name="Scarondotaccent" data-cp="1E66" href="#glyphs/Scarondotaccent">Ṧ</a> <a title="Sdotbelowdotaccent U+1E68 LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE " data-name="Sdotbelowdotaccent" data-cp="1E68" href="#glyphs/Sdotbelowdotaccent">Ṩ</a> <a title="afii10054 U+0405 CYRILLIC CAPITAL LETTER DZE " data-name="afii10054" data-cp="0405" href="#glyphs/afii10054">Ѕ</a> <a title="Tonetwo U+01A7 LATIN CAPITAL LETTER TONE TWO " data-name="Tonetwo" data-cp="01A7" href="#glyphs/Tonetwo">Ƨ</a> <a title="Germandbls U+1E9E LATIN CAPITAL LETTER SHARP S " data-name="Germandbls" data-cp="1E9E" href="#glyphs/Germandbls">ẞ</a> <a title="T U+0054 LATIN CAPITAL LETTER T " data-name="T" data-cp="0054" href="#glyphs/T">T</a> <a title="Tcommaaccent U+0162 LATIN CAPITAL LETTER T WITH CEDILLA " data-name="Tcommaaccent" data-cp="0162" href="#glyphs/Tcommaaccent">Ţ</a> <a title="Tcaron U+0164 LATIN CAPITAL LETTER T WITH CARON " data-name="Tcaron" data-cp="0164" href="#glyphs/Tcaron">Ť</a> <a title="uni021A U+021A LATIN CAPITAL LETTER T WITH COMMA BELOW " data-name="uni021A" data-cp="021A" href="#glyphs/uni021A">Ț</a> <a title="Tdotaccent U+1E6A LATIN CAPITAL LETTER T WITH DOT ABOVE " data-name="Tdotaccent" data-cp="1E6A" href="#glyphs/Tdotaccent">Ṫ</a> <a title="Tdotbelow U+1E6C LATIN CAPITAL LETTER T WITH DOT BELOW " data-name="Tdotbelow" data-cp="1E6C" href="#glyphs/Tdotbelow">Ṭ</a> <a title="Tlinebelow U+1E6E LATIN CAPITAL LETTER T WITH LINE BELOW " data-name="Tlinebelow" data-cp="1E6E" href="#glyphs/Tlinebelow">Ṯ</a> <a title="Tcircumflexbelow U+1E70 LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW " data-name="Tcircumflexbelow" data-cp="1E70" href="#glyphs/Tcircumflexbelow">Ṱ</a> <a title="Thook U+01AC LATIN CAPITAL LETTER T WITH HOOK " data-name="Thook" data-cp="01AC" href="#glyphs/Thook">Ƭ</a> <a title="Thook.base U+EE0C" data-name="Thook.base" data-cp="EE0C" href="#glyphs/Thook.base"></a> <a title="Trthook U+01AE LATIN CAPITAL LETTER T WITH RETROFLEX HOOK " data-name="Trthook" data-cp="01AE" href="#glyphs/Trthook">Ʈ</a> <a title="uni023E U+023E LATIN CAPITAL LETTER T WITH DIAGONAL STROKE " data-name="uni023E" data-cp="023E" href="#glyphs/uni023E">Ⱦ</a> <a title="Tau U+03A4 GREEK CAPITAL LETTER TAU " data-name="Tau" data-cp="03A4" href="#glyphs/Tau">Τ</a> <a title="U U+0055 LATIN CAPITAL LETTER U " data-name="U" data-cp="0055" href="#glyphs/U">U</a> <a title="Uhorn U+01AF LATIN CAPITAL LETTER U WITH HORN " data-name="Uhorn" data-cp="01AF" href="#glyphs/Uhorn">Ư</a> <a title="Ugrave U+00D9 LATIN CAPITAL LETTER U WITH GRAVE " data-name="Ugrave" data-cp="00D9" href="#glyphs/Ugrave">Ù</a> <a title="Uacute U+00DA LATIN CAPITAL LETTER U WITH ACUTE " data-name="Uacute" data-cp="00DA" href="#glyphs/Uacute">Ú</a> <a title="Ucircumflex U+00DB LATIN CAPITAL LETTER U WITH CIRCUMFLEX " data-name="Ucircumflex" data-cp="00DB" href="#glyphs/Ucircumflex">Û</a> <a title="Udieresis U+00DC LATIN CAPITAL LETTER U WITH DIAERESIS " data-name="Udieresis" data-cp="00DC" href="#glyphs/Udieresis">Ü</a> <a title="Utilde U+0168 LATIN CAPITAL LETTER U WITH TILDE " data-name="Utilde" data-cp="0168" href="#glyphs/Utilde">Ũ</a> <a title="Umacron U+016A LATIN CAPITAL LETTER U WITH MACRON " data-name="Umacron" data-cp="016A" href="#glyphs/Umacron">Ū</a> <a title="Ubreve U+016C LATIN CAPITAL LETTER U WITH BREVE " data-name="Ubreve" data-cp="016C" href="#glyphs/Ubreve">Ŭ</a> <a title="Uring U+016E LATIN CAPITAL LETTER U WITH RING ABOVE " data-name="Uring" data-cp="016E" href="#glyphs/Uring">Ů</a> <a title="Uhungarumlaut U+0170 LATIN CAPITAL LETTER U WITH DOUBLE ACUTE " data-name="Uhungarumlaut" data-cp="0170" href="#glyphs/Uhungarumlaut">Ű</a> <a title="Uogonek U+0172 LATIN CAPITAL LETTER U WITH OGONEK " data-name="Uogonek" data-cp="0172" href="#glyphs/Uogonek">Ų</a> <a title="Ucaron U+01D3 LATIN CAPITAL LETTER U WITH CARON " data-name="Ucaron" data-cp="01D3" href="#glyphs/Ucaron">Ǔ</a> <a title="Udieresismacron U+01D5 LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON " data-name="Udieresismacron" data-cp="01D5" href="#glyphs/Udieresismacron">Ǖ</a> <a title="Udieresisacute U+01D7 LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE " data-name="Udieresisacute" data-cp="01D7" href="#glyphs/Udieresisacute">Ǘ</a> <a title="Udieresiscaron U+01D9 LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON " data-name="Udieresiscaron" data-cp="01D9" href="#glyphs/Udieresiscaron">Ǚ</a> <a title="Udieresisgrave U+01DB LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE " data-name="Udieresisgrave" data-cp="01DB" href="#glyphs/Udieresisgrave">Ǜ</a> <a title="Udblgrave U+0214 LATIN CAPITAL LETTER U WITH DOUBLE GRAVE " data-name="Udblgrave" data-cp="0214" href="#glyphs/Udblgrave">Ȕ</a> <a title="Uinvertedbreve U+0216 LATIN CAPITAL LETTER U WITH INVERTED BREVE " data-name="Uinvertedbreve" data-cp="0216" href="#glyphs/Uinvertedbreve">Ȗ</a> <a title="Udieresisbelow U+1E72 LATIN CAPITAL LETTER U WITH DIAERESIS BELOW " data-name="Udieresisbelow" data-cp="1E72" href="#glyphs/Udieresisbelow">Ṳ</a> <a title="Utildebelow U+1E74 LATIN CAPITAL LETTER U WITH TILDE BELOW " data-name="Utildebelow" data-cp="1E74" href="#glyphs/Utildebelow">Ṵ</a> <a title="Ucircumflexbelow U+1E76 LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW " data-name="Ucircumflexbelow" data-cp="1E76" href="#glyphs/Ucircumflexbelow">Ṷ</a> <a title="Utildeacute U+1E78 LATIN CAPITAL LETTER U WITH TILDE AND ACUTE " data-name="Utildeacute" data-cp="1E78" href="#glyphs/Utildeacute">Ṹ</a> <a title="Umacrondieresis U+1E7A LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS " data-name="Umacrondieresis" data-cp="1E7A" href="#glyphs/Umacrondieresis">Ṻ</a> <a title="Udotbelow U+1EE4 LATIN CAPITAL LETTER U WITH DOT BELOW " data-name="Udotbelow" data-cp="1EE4" href="#glyphs/Udotbelow">Ụ</a> <a title="Uhookabove U+1EE6 LATIN CAPITAL LETTER U WITH HOOK ABOVE " data-name="Uhookabove" data-cp="1EE6" href="#glyphs/Uhookabove">Ủ</a> <a title="Uhornacute U+1EE8 LATIN CAPITAL LETTER U WITH HORN AND ACUTE " data-name="Uhornacute" data-cp="1EE8" href="#glyphs/Uhornacute">Ứ</a> <a title="Uhorngrave U+1EEA LATIN CAPITAL LETTER U WITH HORN AND GRAVE " data-name="Uhorngrave" data-cp="1EEA" href="#glyphs/Uhorngrave">Ừ</a> <a title="Uhornhookabove U+1EEC LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE " data-name="Uhornhookabove" data-cp="1EEC" href="#glyphs/Uhornhookabove">Ử</a> <a title="Uhorntilde U+1EEE LATIN CAPITAL LETTER U WITH HORN AND TILDE " data-name="Uhorntilde" data-cp="1EEE" href="#glyphs/Uhorntilde">Ữ</a> <a title="Uhorndotbelow U+1EF0 LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW " data-name="Uhorndotbelow" data-cp="1EF0" href="#glyphs/Uhorndotbelow">Ự</a> <a title="uni0244 U+0244 LATIN CAPITAL LETTER U BAR " data-name="uni0244" data-cp="0244" href="#glyphs/uni0244">Ʉ</a> <a title="V U+0056 LATIN CAPITAL LETTER V " data-name="V" data-cp="0056" href="#glyphs/V">V</a> <a title="Vtilde U+1E7C LATIN CAPITAL LETTER V WITH TILDE " data-name="Vtilde" data-cp="1E7C" href="#glyphs/Vtilde">Ṽ</a> <a title="Vdotbelow U+1E7E LATIN CAPITAL LETTER V WITH DOT BELOW " data-name="Vdotbelow" data-cp="1E7E" href="#glyphs/Vdotbelow">Ṿ</a> <a title="W U+0057 LATIN CAPITAL LETTER W " data-name="W" data-cp="0057" href="#glyphs/W">W</a> <a title="Wcircumflex U+0174 LATIN CAPITAL LETTER W WITH CIRCUMFLEX " data-name="Wcircumflex" data-cp="0174" href="#glyphs/Wcircumflex">Ŵ</a> <a title="Wgrave U+1E80 LATIN CAPITAL LETTER W WITH GRAVE " data-name="Wgrave" data-cp="1E80" href="#glyphs/Wgrave">Ẁ</a> <a title="Wacute U+1E82 LATIN CAPITAL LETTER W WITH ACUTE " data-name="Wacute" data-cp="1E82" href="#glyphs/Wacute">Ẃ</a> <a title="Wdieresis U+1E84 LATIN CAPITAL LETTER W WITH DIAERESIS " data-name="Wdieresis" data-cp="1E84" href="#glyphs/Wdieresis">Ẅ</a> <a title="Wdotaccent U+1E86 LATIN CAPITAL LETTER W WITH DOT ABOVE " data-name="Wdotaccent" data-cp="1E86" href="#glyphs/Wdotaccent">Ẇ</a> <a title="Wdotbelow U+1E88 LATIN CAPITAL LETTER W WITH DOT BELOW " data-name="Wdotbelow" data-cp="1E88" href="#glyphs/Wdotbelow">Ẉ</a> <a title="X U+0058 LATIN CAPITAL LETTER X " data-name="X" data-cp="0058" href="#glyphs/X">X</a> <a title="Xdotaccent U+1E8A LATIN CAPITAL LETTER X WITH DOT ABOVE " data-name="Xdotaccent" data-cp="1E8A" href="#glyphs/Xdotaccent">Ẋ</a> <a title="Xdieresis U+1E8C LATIN CAPITAL LETTER X WITH DIAERESIS " data-name="Xdieresis" data-cp="1E8C" href="#glyphs/Xdieresis">Ẍ</a> <a title="Hadescendercyrillic U+04B2 CYRILLIC CAPITAL LETTER HA WITH DESCENDER " data-name="Hadescendercyrillic" data-cp="04B2" href="#glyphs/Hadescendercyrillic">Ҳ</a> <a title="uni04FC U+04FC CYRILLIC CAPITAL LETTER HA WITH HOOK " data-name="uni04FC" data-cp="04FC" href="#glyphs/uni04FC">Ӽ</a> <a title="Chi U+03A7 GREEK CAPITAL LETTER CHI " data-name="Chi" data-cp="03A7" href="#glyphs/Chi">Χ</a> <a title="Y U+0059 LATIN CAPITAL LETTER Y " data-name="Y" data-cp="0059" href="#glyphs/Y">Y</a> <a title="Yhook U+01B3 LATIN CAPITAL LETTER Y WITH HOOK " data-name="Yhook" data-cp="01B3" href="#glyphs/Yhook">Ƴ</a> <a title="Yacute U+00DD LATIN CAPITAL LETTER Y WITH ACUTE " data-name="Yacute" data-cp="00DD" href="#glyphs/Yacute">Ý</a> <a title="Ycircumflex U+0176 LATIN CAPITAL LETTER Y WITH CIRCUMFLEX " data-name="Ycircumflex" data-cp="0176" href="#glyphs/Ycircumflex">Ŷ</a> <a title="Ydieresis U+0178 LATIN CAPITAL LETTER Y WITH DIAERESIS " data-name="Ydieresis" data-cp="0178" href="#glyphs/Ydieresis">Ÿ</a> <a title="uni0232 U+0232 LATIN CAPITAL LETTER Y WITH MACRON " data-name="uni0232" data-cp="0232" href="#glyphs/uni0232">Ȳ</a> <a title="Ydotaccent U+1E8E LATIN CAPITAL LETTER Y WITH DOT ABOVE " data-name="Ydotaccent" data-cp="1E8E" href="#glyphs/Ydotaccent">Ẏ</a> <a title="Ygrave U+1EF2 LATIN CAPITAL LETTER Y WITH GRAVE " data-name="Ygrave" data-cp="1EF2" href="#glyphs/Ygrave">Ỳ</a> <a title="Ydotbelow U+1EF4 LATIN CAPITAL LETTER Y WITH DOT BELOW " data-name="Ydotbelow" data-cp="1EF4" href="#glyphs/Ydotbelow">Ỵ</a> <a title="Yhookabove U+1EF6 LATIN CAPITAL LETTER Y WITH HOOK ABOVE " data-name="Yhookabove" data-cp="1EF6" href="#glyphs/Yhookabove">Ỷ</a> <a title="Ytilde U+1EF8 LATIN CAPITAL LETTER Y WITH TILDE " data-name="Ytilde" data-cp="1EF8" href="#glyphs/Ytilde">Ỹ</a> <a title="uni024E U+024E LATIN CAPITAL LETTER Y WITH STROKE " data-name="uni024E" data-cp="024E" href="#glyphs/uni024E">Ɏ</a> <a title="Upsilon U+03A5 GREEK CAPITAL LETTER UPSILON " data-name="Upsilon" data-cp="03A5" href="#glyphs/Upsilon">Υ</a> <a title="Upsilontonos U+038E GREEK CAPITAL LETTER UPSILON WITH TONOS " data-name="Upsilontonos" data-cp="038E" href="#glyphs/Upsilontonos">Ύ</a> <a title="Upsilondieresis U+03AB GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA " data-name="Upsilondieresis" data-cp="03AB" href="#glyphs/Upsilondieresis">Ϋ</a> <a title="uni1F59 U+1F59 GREEK CAPITAL LETTER UPSILON WITH DASIA " data-name="uni1F59" data-cp="1F59" href="#glyphs/uni1F59">Ὑ</a> <a title="uni1F5B U+1F5B GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA " data-name="uni1F5B" data-cp="1F5B" href="#glyphs/uni1F5B">Ὓ</a> <a title="uni1F5D U+1F5D GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA " data-name="uni1F5D" data-cp="1F5D" href="#glyphs/uni1F5D">Ὕ</a> <a title="uni1F5F U+1F5F GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI " data-name="uni1F5F" data-cp="1F5F" href="#glyphs/uni1F5F">Ὗ</a> <a title="uni1FE8 U+1FE8 GREEK CAPITAL LETTER UPSILON WITH VRACHY " data-name="uni1FE8" data-cp="1FE8" href="#glyphs/uni1FE8">Ῠ</a> <a title="uni1FE9 U+1FE9 GREEK CAPITAL LETTER UPSILON WITH MACRON " data-name="uni1FE9" data-cp="1FE9" href="#glyphs/uni1FE9">Ῡ</a> <a title="uni1FEA U+1FEA GREEK CAPITAL LETTER UPSILON WITH VARIA " data-name="uni1FEA" data-cp="1FEA" href="#glyphs/uni1FEA">Ὺ</a> <a title="uni1FEB U+1FEB GREEK CAPITAL LETTER UPSILON WITH OXIA " data-name="uni1FEB" data-cp="1FEB" href="#glyphs/uni1FEB">Ύ</a> <a title="Yogonek U+EE03" data-name="Yogonek" data-cp="EE03" href="#glyphs/Yogonek"></a> <a title="Z U+005A LATIN CAPITAL LETTER Z " data-name="Z" data-cp="005A" href="#glyphs/Z">Z</a> <a title="Zacute U+0179 LATIN CAPITAL LETTER Z WITH ACUTE " data-name="Zacute" data-cp="0179" href="#glyphs/Zacute">Ź</a> <a title="Zdotaccent U+017B LATIN CAPITAL LETTER Z WITH DOT ABOVE " data-name="Zdotaccent" data-cp="017B" href="#glyphs/Zdotaccent">Ż</a> <a title="Zcaron U+017D LATIN CAPITAL LETTER Z WITH CARON " data-name="Zcaron" data-cp="017D" href="#glyphs/Zcaron">Ž</a> <a title="Zcircumflex U+1E90 LATIN CAPITAL LETTER Z WITH CIRCUMFLEX " data-name="Zcircumflex" data-cp="1E90" href="#glyphs/Zcircumflex">Ẑ</a> <a title="Zdotbelow U+1E92 LATIN CAPITAL LETTER Z WITH DOT BELOW " data-name="Zdotbelow" data-cp="1E92" href="#glyphs/Zdotbelow">Ẓ</a> <a title="Zlinebelow U+1E94 LATIN CAPITAL LETTER Z WITH LINE BELOW " data-name="Zlinebelow" data-cp="1E94" href="#glyphs/Zlinebelow">Ẕ</a> <a title="Zhook U+0224 LATIN CAPITAL LETTER Z WITH HOOK " data-name="Zhook" data-cp="0224" href="#glyphs/Zhook">Ȥ</a> <a title="Zbar U+01B5 LATIN CAPITAL LETTER Z WITH STROKE " data-name="Zbar" data-cp="01B5" href="#glyphs/Zbar">Ƶ</a> <a title="Zeta U+0396 GREEK CAPITAL LETTER ZETA " data-name="Zeta" data-cp="0396" href="#glyphs/Zeta">Ζ</a> <a title="uni2C7F U+2C7F LATIN CAPITAL LETTER Z WITH SWASH TAIL " data-name="uni2C7F" data-cp="2C7F" href="#glyphs/uni2C7F">Ɀ</a> <a title="a U+0061 LATIN SMALL LETTER A " data-name="a" data-cp="0061" href="#glyphs/a">a</a> <a title="aacute U+00E1 LATIN SMALL LETTER A WITH ACUTE " data-name="aacute" data-cp="00E1" href="#glyphs/aacute">á</a> <a title="abreve U+0103 LATIN SMALL LETTER A WITH BREVE " data-name="abreve" data-cp="0103" href="#glyphs/abreve">ă</a> <a title="abreveacute U+1EAF LATIN SMALL LETTER A WITH BREVE AND ACUTE " data-name="abreveacute" data-cp="1EAF" href="#glyphs/abreveacute">ắ</a> <a title="abrevedotbelow U+1EB7 LATIN SMALL LETTER A WITH BREVE AND DOT BELOW " data-name="abrevedotbelow" data-cp="1EB7" href="#glyphs/abrevedotbelow">ặ</a> <a title="abrevegrave U+1EB1 LATIN SMALL LETTER A WITH BREVE AND GRAVE " data-name="abrevegrave" data-cp="1EB1" href="#glyphs/abrevegrave">ằ</a> <a title="abrevehookabove U+1EB3 LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE " data-name="abrevehookabove" data-cp="1EB3" href="#glyphs/abrevehookabove">ẳ</a> <a title="abrevetilde U+1EB5 LATIN SMALL LETTER A WITH BREVE AND TILDE " data-name="abrevetilde" data-cp="1EB5" href="#glyphs/abrevetilde">ẵ</a> <a title="acaron U+01CE LATIN SMALL LETTER A WITH CARON " data-name="acaron" data-cp="01CE" href="#glyphs/acaron">ǎ</a> <a title="acircumflex U+00E2 LATIN SMALL LETTER A WITH CIRCUMFLEX " data-name="acircumflex" data-cp="00E2" href="#glyphs/acircumflex">â</a> <a title="acircumflexacute U+1EA5 LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE " data-name="acircumflexacute" data-cp="1EA5" href="#glyphs/acircumflexacute">ấ</a> <a title="acircumflexdotbelow U+1EAD LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW " data-name="acircumflexdotbelow" data-cp="1EAD" href="#glyphs/acircumflexdotbelow">ậ</a> <a title="acircumflexgrave U+1EA7 LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE " data-name="acircumflexgrave" data-cp="1EA7" href="#glyphs/acircumflexgrave">ầ</a> <a title="acircumflexhookabove U+1EA9 LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE " data-name="acircumflexhookabove" data-cp="1EA9" href="#glyphs/acircumflexhookabove">ẩ</a> <a title="acircumflextilde U+1EAB LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE " data-name="acircumflextilde" data-cp="1EAB" href="#glyphs/acircumflextilde">ẫ</a> <a title="adblgrave U+0201 LATIN SMALL LETTER A WITH DOUBLE GRAVE " data-name="adblgrave" data-cp="0201" href="#glyphs/adblgrave">ȁ</a> <a title="adieresis U+00E4 LATIN SMALL LETTER A WITH DIAERESIS " data-name="adieresis" data-cp="00E4" href="#glyphs/adieresis">ä</a> <a title="adieresismacron U+01DF LATIN SMALL LETTER A WITH DIAERESIS AND MACRON " data-name="adieresismacron" data-cp="01DF" href="#glyphs/adieresismacron">ǟ</a> <a title="adotaccent U+0227 LATIN SMALL LETTER A WITH DOT ABOVE " data-name="adotaccent" data-cp="0227" href="#glyphs/adotaccent">ȧ</a> <a title="adotbelow U+1EA1 LATIN SMALL LETTER A WITH DOT BELOW " data-name="adotbelow" data-cp="1EA1" href="#glyphs/adotbelow">ạ</a> <a title="adotmacron U+01E1 LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON " data-name="adotmacron" data-cp="01E1" href="#glyphs/adotmacron">ǡ</a> <a title="agrave U+00E0 LATIN SMALL LETTER A WITH GRAVE " data-name="agrave" data-cp="00E0" href="#glyphs/agrave">à</a> <a title="ahookabove U+1EA3 LATIN SMALL LETTER A WITH HOOK ABOVE " data-name="ahookabove" data-cp="1EA3" href="#glyphs/ahookabove">ả</a> <a title="ainvertedbreve U+0203 LATIN SMALL LETTER A WITH INVERTED BREVE " data-name="ainvertedbreve" data-cp="0203" href="#glyphs/ainvertedbreve">ȃ</a> <a title="amacron U+0101 LATIN SMALL LETTER A WITH MACRON " data-name="amacron" data-cp="0101" href="#glyphs/amacron">ā</a> <a title="aogonek U+0105 LATIN SMALL LETTER A WITH OGONEK " data-name="aogonek" data-cp="0105" href="#glyphs/aogonek">ą</a> <a title="arighthalfring U+1E9A LATIN SMALL LETTER A WITH RIGHT HALF RING " data-name="arighthalfring" data-cp="1E9A" href="#glyphs/arighthalfring">ẚ</a> <a title="aring U+00E5 LATIN SMALL LETTER A WITH RING ABOVE " data-name="aring" data-cp="00E5" href="#glyphs/aring">å</a> <a title="aringacute U+01FB LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE " data-name="aringacute" data-cp="01FB" href="#glyphs/aringacute">ǻ</a> <a title="aringogonek U+EE04" data-name="aringogonek" data-cp="EE04" href="#glyphs/aringogonek"></a> <a title="aringbelow U+1E01 LATIN SMALL LETTER A WITH RING BELOW " data-name="aringbelow" data-cp="1E01" href="#glyphs/aringbelow">ḁ</a> <a title="atilde U+00E3 LATIN SMALL LETTER A WITH TILDE " data-name="atilde" data-cp="00E3" href="#glyphs/atilde">ã</a> <a title="aturn U+0250 LATIN SMALL LETTER TURNED A " data-name="aturn" data-cp="0250" href="#glyphs/aturn">ɐ</a> <a title="acyrillic U+0430 CYRILLIC SMALL LETTER A " data-name="acyrillic" data-cp="0430" href="#glyphs/acyrillic">а</a> <a title="abrevecyrillic U+04D1 CYRILLIC SMALL LETTER A WITH BREVE " data-name="abrevecyrillic" data-cp="04D1" href="#glyphs/abrevecyrillic">ӑ</a> <a title="adieresiscyrillic U+04D3 CYRILLIC SMALL LETTER A WITH DIAERESIS " data-name="adieresiscyrillic" data-cp="04D3" href="#glyphs/adieresiscyrillic">ӓ</a> <a title="ae U+00E6 LATIN SMALL LETTER AE " data-name="ae" data-cp="00E6" href="#glyphs/ae">æ</a> <a title="aemacron U+01E3 LATIN SMALL LETTER AE WITH MACRON " data-name="aemacron" data-cp="01E3" href="#glyphs/aemacron">ǣ</a> <a title="aeacute U+01FD LATIN SMALL LETTER AE WITH ACUTE " data-name="aeacute" data-cp="01FD" href="#glyphs/aeacute">ǽ</a> <a title="aiecyrillic U+04D5 CYRILLIC SMALL LIGATURE A IE " data-name="aiecyrillic" data-cp="04D5" href="#glyphs/aiecyrillic">ӕ</a> <a title="a.1 U+E02C" data-name="a.1" data-cp="E02C" href="#glyphs/a.1"></a> <a title="aacute.1 U+E02D" data-name="aacute.1" data-cp="E02D" href="#glyphs/aacute.1"></a> <a title="abreve.1 U+E02E" data-name="abreve.1" data-cp="E02E" href="#glyphs/abreve.1"></a> <a title="abreveacute.1 U+E02F" data-name="abreveacute.1" data-cp="E02F" href="#glyphs/abreveacute.1"></a> <a title="abrevedotbelow.1 U+E030" data-name="abrevedotbelow.1" data-cp="E030" href="#glyphs/abrevedotbelow.1"></a> <a title="abrevegrave.1 U+E031" data-name="abrevegrave.1" data-cp="E031" href="#glyphs/abrevegrave.1"></a> <a title="abrevehookabove.1 U+E032" data-name="abrevehookabove.1" data-cp="E032" href="#glyphs/abrevehookabove.1"></a> <a title="abrevetilde.1 U+E033" data-name="abrevetilde.1" data-cp="E033" href="#glyphs/abrevetilde.1"></a> <a title="acaron.1 U+E034" data-name="acaron.1" data-cp="E034" href="#glyphs/acaron.1"></a> <a title="acircumflex.1 U+E035" data-name="acircumflex.1" data-cp="E035" href="#glyphs/acircumflex.1"></a> <a title="acircumflexacute.1 U+E036" data-name="acircumflexacute.1" data-cp="E036" href="#glyphs/acircumflexacute.1"></a> <a title="acircumflexdotbelow.1 U+E037" data-name="acircumflexdotbelow.1" data-cp="E037" href="#glyphs/acircumflexdotbelow.1"></a> <a title="acircumflexgrave.1 U+E038" data-name="acircumflexgrave.1" data-cp="E038" href="#glyphs/acircumflexgrave.1"></a> <a title="acircumflexhookabove.1 U+E039" data-name="acircumflexhookabove.1" data-cp="E039" href="#glyphs/acircumflexhookabove.1"></a> <a title="acircumflextilde.1 U+E03A" data-name="acircumflextilde.1" data-cp="E03A" href="#glyphs/acircumflextilde.1"></a> <a title="adblgrave.1 U+E03B" data-name="adblgrave.1" data-cp="E03B" href="#glyphs/adblgrave.1"></a> <a title="adieresis.1 U+E03C" data-name="adieresis.1" data-cp="E03C" href="#glyphs/adieresis.1"></a> <a title="adieresismacron.1 U+E03D" data-name="adieresismacron.1" data-cp="E03D" href="#glyphs/adieresismacron.1"></a> <a title="adotaccent.1 U+E03E" data-name="adotaccent.1" data-cp="E03E" href="#glyphs/adotaccent.1"></a> <a title="adotbelow.1 U+E03F" data-name="adotbelow.1" data-cp="E03F" href="#glyphs/adotbelow.1"></a> <a title="adotmacron.1 U+E040" data-name="adotmacron.1" data-cp="E040" href="#glyphs/adotmacron.1"></a> <a title="agrave.1 U+E041" data-name="agrave.1" data-cp="E041" href="#glyphs/agrave.1"></a> <a title="ahookabove.1 U+E042" data-name="ahookabove.1" data-cp="E042" href="#glyphs/ahookabove.1"></a> <a title="ainvertedbreve.1 U+E043" data-name="ainvertedbreve.1" data-cp="E043" href="#glyphs/ainvertedbreve.1"></a> <a title="amacron.1 U+E044" data-name="amacron.1" data-cp="E044" href="#glyphs/amacron.1"></a> <a title="aogonek.1 U+E045" data-name="aogonek.1" data-cp="E045" href="#glyphs/aogonek.1"></a> <a title="arighthalfring.1 U+E046" data-name="arighthalfring.1" data-cp="E046" href="#glyphs/arighthalfring.1"></a> <a title="aring.1 U+E047" data-name="aring.1" data-cp="E047" href="#glyphs/aring.1"></a> <a title="aringacute.1 U+E048" data-name="aringacute.1" data-cp="E048" href="#glyphs/aringacute.1"></a> <a title="aringbelow.1 U+E049" data-name="aringbelow.1" data-cp="E049" href="#glyphs/aringbelow.1"></a> <a title="atilde.1 U+E04A" data-name="atilde.1" data-cp="E04A" href="#glyphs/atilde.1"></a> <a title="b U+0062 LATIN SMALL LETTER B " data-name="b" data-cp="0062" href="#glyphs/b">b</a> <a title="bbar U+0180 LATIN SMALL LETTER B WITH STROKE " data-name="bbar" data-cp="0180" href="#glyphs/bbar">ƀ</a> <a title="btopbar U+0183 LATIN SMALL LETTER B WITH TOPBAR " data-name="btopbar" data-cp="0183" href="#glyphs/btopbar">ƃ</a> <a title="bhook U+0253 LATIN SMALL LETTER B WITH HOOK " data-name="bhook" data-cp="0253" href="#glyphs/bhook">ɓ</a> <a title="bdotaccent U+1E03 LATIN SMALL LETTER B WITH DOT ABOVE " data-name="bdotaccent" data-cp="1E03" href="#glyphs/bdotaccent">ḃ</a> <a title="bdotbelow U+1E05 LATIN SMALL LETTER B WITH DOT BELOW " data-name="bdotbelow" data-cp="1E05" href="#glyphs/bdotbelow">ḅ</a> <a title="blinebelow U+1E07 LATIN SMALL LETTER B WITH LINE BELOW " data-name="blinebelow" data-cp="1E07" href="#glyphs/blinebelow">ḇ</a> <a title="thorn U+00FE LATIN SMALL LETTER THORN " data-name="thorn" data-cp="00FE" href="#glyphs/thorn">þ</a> <a title="c U+0063 LATIN SMALL LETTER C " data-name="c" data-cp="0063" href="#glyphs/c">c</a> <a title="cstroke U+023C LATIN SMALL LETTER C WITH STROKE " data-name="cstroke" data-cp="023C" href="#glyphs/cstroke">ȼ</a> <a title="chook U+0188 LATIN SMALL LETTER C WITH HOOK " data-name="chook" data-cp="0188" href="#glyphs/chook">ƈ</a> <a title="ccedilla U+00E7 LATIN SMALL LETTER C WITH CEDILLA " data-name="ccedilla" data-cp="00E7" href="#glyphs/ccedilla">ç</a> <a title="cacute U+0107 LATIN SMALL LETTER C WITH ACUTE " data-name="cacute" data-cp="0107" href="#glyphs/cacute">ć</a> <a title="ccircumflex U+0109 LATIN SMALL LETTER C WITH CIRCUMFLEX " data-name="ccircumflex" data-cp="0109" href="#glyphs/ccircumflex">ĉ</a> <a title="cdotaccent U+010B LATIN SMALL LETTER C WITH DOT ABOVE " data-name="cdotaccent" data-cp="010B" href="#glyphs/cdotaccent">ċ</a> <a title="ccaron U+010D LATIN SMALL LETTER C WITH CARON " data-name="ccaron" data-cp="010D" href="#glyphs/ccaron">č</a> <a title="ccedillaacute U+1E09 LATIN SMALL LETTER C WITH CEDILLA AND ACUTE " data-name="ccedillaacute" data-cp="1E09" href="#glyphs/ccedillaacute">ḉ</a> <a title="sigmalunatesymbolgreek U+03F2 GREEK LUNATE SIGMA SYMBOL " data-name="sigmalunatesymbolgreek" data-cp="03F2" href="#glyphs/sigmalunatesymbolgreek">ϲ</a> <a title="escyrillic U+0441 CYRILLIC SMALL LETTER ES " data-name="escyrillic" data-cp="0441" href="#glyphs/escyrillic">с</a> <a title="d U+0064 LATIN SMALL LETTER D " data-name="d" data-cp="0064" href="#glyphs/d">d</a> <a title="dcroat U+0111 LATIN SMALL LETTER D WITH STROKE " data-name="dcroat" data-cp="0111" href="#glyphs/dcroat">đ</a> <a title="drthook U+0256 LATIN SMALL LETTER D WITH TAIL " data-name="drthook" data-cp="0256" href="#glyphs/drthook">ɖ</a> <a title="dhook U+0257 LATIN SMALL LETTER D WITH HOOK " data-name="dhook" data-cp="0257" href="#glyphs/dhook">ɗ</a> <a title="dtopbar U+018C LATIN SMALL LETTER D WITH TOPBAR " data-name="dtopbar" data-cp="018C" href="#glyphs/dtopbar">ƌ</a> <a title="dcurl U+0221 LATIN SMALL LETTER D WITH CURL " data-name="dcurl" data-cp="0221" href="#glyphs/dcurl">ȡ</a> <a title="dcaron U+010F LATIN SMALL LETTER D WITH CARON " data-name="dcaron" data-cp="010F" href="#glyphs/dcaron">ď</a> <a title="ddotaccent U+1E0B LATIN SMALL LETTER D WITH DOT ABOVE " data-name="ddotaccent" data-cp="1E0B" href="#glyphs/ddotaccent">ḋ</a> <a title="ddotbelow U+1E0D LATIN SMALL LETTER D WITH DOT BELOW " data-name="ddotbelow" data-cp="1E0D" href="#glyphs/ddotbelow">ḍ</a> <a title="dlinebelow U+1E0F LATIN SMALL LETTER D WITH LINE BELOW " data-name="dlinebelow" data-cp="1E0F" href="#glyphs/dlinebelow">ḏ</a> <a title="dcedilla U+1E11 LATIN SMALL LETTER D WITH CEDILLA " data-name="dcedilla" data-cp="1E11" href="#glyphs/dcedilla">ḑ</a> <a title="dcircumflexbelow U+1E13 LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW " data-name="dcircumflexbelow" data-cp="1E13" href="#glyphs/dcircumflexbelow">ḓ</a> <a title="dz U+01F3 LATIN SMALL LETTER DZ " data-name="dz" data-cp="01F3" href="#glyphs/dz">dz</a> <a title="dzaltone U+02A3 LATIN SMALL LETTER DZ DIGRAPH " data-name="dzaltone" data-cp="02A3" href="#glyphs/dzaltone">ʣ</a> <a title="dzcaron U+01C6 LATIN SMALL LETTER DZ WITH CARON " data-name="dzcaron" data-cp="01C6" href="#glyphs/dzcaron">dž</a> <a title="dyogh U+02A4 LATIN SMALL LETTER DEZH DIGRAPH " data-name="dyogh" data-cp="02A4" href="#glyphs/dyogh">ʤ</a> <a title="dong U+20AB DONG SIGN " data-name="dong" data-cp="20AB" href="#glyphs/dong">₫</a> <a title="e U+0065 LATIN SMALL LETTER E " data-name="e" data-cp="0065" href="#glyphs/e">e</a> <a title="edieresis U+00EB LATIN SMALL LETTER E WITH DIAERESIS " data-name="edieresis" data-cp="00EB" href="#glyphs/edieresis">ë</a> <a title="uni0247 U+0247 LATIN SMALL LETTER E WITH STROKE " data-name="uni0247" data-cp="0247" href="#glyphs/uni0247">ɇ</a> <a title="egrave U+00E8 LATIN SMALL LETTER E WITH GRAVE " data-name="egrave" data-cp="00E8" href="#glyphs/egrave">è</a> <a title="eacute U+00E9 LATIN SMALL LETTER E WITH ACUTE " data-name="eacute" data-cp="00E9" href="#glyphs/eacute">é</a> <a title="ecircumflex U+00EA LATIN SMALL LETTER E WITH CIRCUMFLEX " data-name="ecircumflex" data-cp="00EA" href="#glyphs/ecircumflex">ê</a> <a title="emacron U+0113 LATIN SMALL LETTER E WITH MACRON " data-name="emacron" data-cp="0113" href="#glyphs/emacron">ē</a> <a title="ebreve U+0115 LATIN SMALL LETTER E WITH BREVE " data-name="ebreve" data-cp="0115" href="#glyphs/ebreve">ĕ</a> <a title="edotaccent U+0117 LATIN SMALL LETTER E WITH DOT ABOVE " data-name="edotaccent" data-cp="0117" href="#glyphs/edotaccent">ė</a> <a title="eogonek U+0119 LATIN SMALL LETTER E WITH OGONEK " data-name="eogonek" data-cp="0119" href="#glyphs/eogonek">ę</a> <a title="ecaron U+011B LATIN SMALL LETTER E WITH CARON " data-name="ecaron" data-cp="011B" href="#glyphs/ecaron">ě</a> <a title="edblgrave U+0205 LATIN SMALL LETTER E WITH DOUBLE GRAVE " data-name="edblgrave" data-cp="0205" href="#glyphs/edblgrave">ȅ</a> <a title="einvertedbreve U+0207 LATIN SMALL LETTER E WITH INVERTED BREVE " data-name="einvertedbreve" data-cp="0207" href="#glyphs/einvertedbreve">ȇ</a> <a title="uni0229 U+0229 LATIN SMALL LETTER E WITH CEDILLA " data-name="uni0229" data-cp="0229" href="#glyphs/uni0229">ȩ</a> <a title="emacrongrave U+1E15 LATIN SMALL LETTER E WITH MACRON AND GRAVE " data-name="emacrongrave" data-cp="1E15" href="#glyphs/emacrongrave">ḕ</a> <a title="emacronacute U+1E17 LATIN SMALL LETTER E WITH MACRON AND ACUTE " data-name="emacronacute" data-cp="1E17" href="#glyphs/emacronacute">ḗ</a> <a title="ecircumflexbelow U+1E19 LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW " data-name="ecircumflexbelow" data-cp="1E19" href="#glyphs/ecircumflexbelow">ḙ</a> <a title="etildebelow U+1E1B LATIN SMALL LETTER E WITH TILDE BELOW " data-name="etildebelow" data-cp="1E1B" href="#glyphs/etildebelow">ḛ</a> <a title="ecedillabreve U+1E1D LATIN SMALL LETTER E WITH CEDILLA AND BREVE " data-name="ecedillabreve" data-cp="1E1D" href="#glyphs/ecedillabreve">ḝ</a> <a title="edotbelow U+1EB9 LATIN SMALL LETTER E WITH DOT BELOW " data-name="edotbelow" data-cp="1EB9" href="#glyphs/edotbelow">ẹ</a> <a title="ehookabove U+1EBB LATIN SMALL LETTER E WITH HOOK ABOVE " data-name="ehookabove" data-cp="1EBB" href="#glyphs/ehookabove">ẻ</a> <a title="etilde U+1EBD LATIN SMALL LETTER E WITH TILDE " data-name="etilde" data-cp="1EBD" href="#glyphs/etilde">ẽ</a> <a title="ecircumflexacute U+1EBF LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE " data-name="ecircumflexacute" data-cp="1EBF" href="#glyphs/ecircumflexacute">ế</a> <a title="ecircumflexgrave U+1EC1 LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE " data-name="ecircumflexgrave" data-cp="1EC1" href="#glyphs/ecircumflexgrave">ề</a> <a title="ecircumflexhookabove U+1EC3 LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE " data-name="ecircumflexhookabove" data-cp="1EC3" href="#glyphs/ecircumflexhookabove">ể</a> <a title="ecircumflextilde U+1EC5 LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE " data-name="ecircumflextilde" data-cp="1EC5" href="#glyphs/ecircumflextilde">ễ</a> <a title="ecircumflexdotbelow U+1EC7 LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW " data-name="ecircumflexdotbelow" data-cp="1EC7" href="#glyphs/ecircumflexdotbelow">ệ</a> <a title="iecyrillic U+0435 CYRILLIC SMALL LETTER IE " data-name="iecyrillic" data-cp="0435" href="#glyphs/iecyrillic">е</a> <a title="uni0450 U+0450 CYRILLIC SMALL LETTER IE WITH GRAVE " data-name="uni0450" data-cp="0450" href="#glyphs/uni0450">ѐ</a> <a title="iocyrillic U+0451 CYRILLIC SMALL LETTER IO " data-name="iocyrillic" data-cp="0451" href="#glyphs/iocyrillic">ё</a> <a title="iebrevecyrillic U+04D7 CYRILLIC SMALL LETTER IE WITH BREVE " data-name="iebrevecyrillic" data-cp="04D7" href="#glyphs/iebrevecyrillic">ӗ</a> <a title="eturn U+01DD LATIN SMALL LETTER TURNED E " data-name="eturn" data-cp="01DD" href="#glyphs/eturn">ǝ</a> <a title="f U+0066 LATIN SMALL LETTER F " data-name="f" data-cp="0066" href="#glyphs/f">f</a> <a title="f.1 U+EE0D" data-name="f.1" data-cp="EE0D" href="#glyphs/f.1"></a> <a title="f.i U+EE0E" data-name="f.i" data-cp="EE0E" href="#glyphs/f.i"></a> <a title="f.i.1 U+EE0F" data-name="f.i.1" data-cp="EE0F" href="#glyphs/f.i.1"></a> <a title="fdotaccent.1 U+EE10" data-name="fdotaccent.1" data-cp="EE10" href="#glyphs/fdotaccent.1"></a> <a title="feng.1 U+EE11" data-name="feng.1" data-cp="EE11" href="#glyphs/feng.1"></a> <a title="longs U+017F LATIN SMALL LETTER LONG S " data-name="longs" data-cp="017F" href="#glyphs/longs">ſ</a> <a title="slongstroke U+EE12" data-name="slongstroke" data-cp="EE12" href="#glyphs/slongstroke"></a> <a title="slongdotaccent U+1E9B LATIN SMALL LETTER LONG S WITH DOT ABOVE " data-name="slongdotaccent" data-cp="1E9B" href="#glyphs/slongdotaccent">ẛ</a> <a title="fdotaccent U+1E1F LATIN SMALL LETTER F WITH DOT ABOVE " data-name="fdotaccent" data-cp="1E1F" href="#glyphs/fdotaccent">ḟ</a> <a title="feng U+02A9 LATIN SMALL LETTER FENG DIGRAPH " data-name="feng" data-cp="02A9" href="#glyphs/feng">ʩ</a> <a title="g U+0067 LATIN SMALL LETTER G " data-name="g" data-cp="0067" href="#glyphs/g">g</a> <a title="ghook U+0260 LATIN SMALL LETTER G WITH HOOK " data-name="ghook" data-cp="0260" href="#glyphs/ghook">ɠ</a> <a title="gbar U+01E5 LATIN SMALL LETTER G WITH STROKE " data-name="gbar" data-cp="01E5" href="#glyphs/gbar">ǥ</a> <a title="gcircumflex U+011D LATIN SMALL LETTER G WITH CIRCUMFLEX " data-name="gcircumflex" data-cp="011D" href="#glyphs/gcircumflex">ĝ</a> <a title="gbreve U+011F LATIN SMALL LETTER G WITH BREVE " data-name="gbreve" data-cp="011F" href="#glyphs/gbreve">ğ</a> <a title="gdotaccent U+0121 LATIN SMALL LETTER G WITH DOT ABOVE " data-name="gdotaccent" data-cp="0121" href="#glyphs/gdotaccent">ġ</a> <a title="gcommaaccent U+0123 LATIN SMALL LETTER G WITH CEDILLA " data-name="gcommaaccent" data-cp="0123" href="#glyphs/gcommaaccent">ģ</a> <a title="gcaron U+01E7 LATIN SMALL LETTER G WITH CARON " data-name="gcaron" data-cp="01E7" href="#glyphs/gcaron">ǧ</a> <a title="gacute U+01F5 LATIN SMALL LETTER G WITH ACUTE " data-name="gacute" data-cp="01F5" href="#glyphs/gacute">ǵ</a> <a title="gmacron U+1E21 LATIN SMALL LETTER G WITH MACRON " data-name="gmacron" data-cp="1E21" href="#glyphs/gmacron">ḡ</a> <a title="g.sc U+0262 LATIN LETTER SMALL CAPITAL G " data-name="g.sc" data-cp="0262" href="#glyphs/g.sc">ɢ</a> <a title="ghook.sc U+029B LATIN LETTER SMALL CAPITAL G WITH HOOK " data-name="ghook.sc" data-cp="029B" href="#glyphs/ghook.sc">ʛ</a> <a title="h U+0068 LATIN SMALL LETTER H " data-name="h" data-cp="0068" href="#glyphs/h">h</a> <a title="hcedilla U+1E29 LATIN SMALL LETTER H WITH CEDILLA " data-name="hcedilla" data-cp="1E29" href="#glyphs/hcedilla">ḩ</a> <a title="tshecyrillic U+045B CYRILLIC SMALL LETTER TSHE " data-name="tshecyrillic" data-cp="045B" href="#glyphs/tshecyrillic">ћ</a> <a title="djecyrillic U+0452 CYRILLIC SMALL LETTER DJE " data-name="djecyrillic" data-cp="0452" href="#glyphs/djecyrillic">ђ</a> <a title="hhook U+0266 LATIN SMALL LETTER H WITH HOOK " data-name="hhook" data-cp="0266" href="#glyphs/hhook">ɦ</a> <a title="henghook U+0267 LATIN SMALL LETTER HENG WITH HOOK " data-name="henghook" data-cp="0267" href="#glyphs/henghook">ɧ</a> <a title="hv U+0195 LATIN SMALL LETTER HV " data-name="hv" data-cp="0195" href="#glyphs/hv">ƕ</a> <a title="hturn U+0265 LATIN SMALL LETTER TURNED H " data-name="hturn" data-cp="0265" href="#glyphs/hturn">ɥ</a> <a title="hturnlthook U+02AE LATIN SMALL LETTER TURNED H WITH FISHHOOK " data-name="hturnlthook" data-cp="02AE" href="#glyphs/hturnlthook">ʮ</a> <a title="hturnhook2 U+02AF LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL " data-name="hturnhook2" data-cp="02AF" href="#glyphs/hturnhook2">ʯ</a> <a title="hbar U+0127 LATIN SMALL LETTER H WITH STROKE " data-name="hbar" data-cp="0127" href="#glyphs/hbar">ħ</a> <a title="hcircumflex U+0125 LATIN SMALL LETTER H WITH CIRCUMFLEX " data-name="hcircumflex" data-cp="0125" href="#glyphs/hcircumflex">ĥ</a> <a title="uni021F U+021F LATIN SMALL LETTER H WITH CARON " data-name="uni021F" data-cp="021F" href="#glyphs/uni021F">ȟ</a> <a title="hdotaccent U+1E23 LATIN SMALL LETTER H WITH DOT ABOVE " data-name="hdotaccent" data-cp="1E23" href="#glyphs/hdotaccent">ḣ</a> <a title="hdotbelow U+1E25 LATIN SMALL LETTER H WITH DOT BELOW " data-name="hdotbelow" data-cp="1E25" href="#glyphs/hdotbelow">ḥ</a> <a title="hdieresis U+1E27 LATIN SMALL LETTER H WITH DIAERESIS " data-name="hdieresis" data-cp="1E27" href="#glyphs/hdieresis">ḧ</a> <a title="hbrevebelow U+1E2B LATIN SMALL LETTER H WITH BREVE BELOW " data-name="hbrevebelow" data-cp="1E2B" href="#glyphs/hbrevebelow">ḫ</a> <a title="hlinebelow U+1E96 LATIN SMALL LETTER H WITH LINE BELOW " data-name="hlinebelow" data-cp="1E96" href="#glyphs/hlinebelow">ẖ</a> <a title="shhacyrillic U+04BB CYRILLIC SMALL LETTER SHHA " data-name="shhacyrillic" data-cp="04BB" href="#glyphs/shhacyrillic">һ</a> <a title="i U+0069 LATIN SMALL LETTER I " data-name="i" data-cp="0069" href="#glyphs/i">i</a> <a title="idotless U+0131 LATIN SMALL LETTER DOTLESS I " data-name="idotless" data-cp="0131" href="#glyphs/idotless">ı</a> <a title="idotless.double U+EE14" data-name="idotless.double" data-cp="EE14" href="#glyphs/idotless.double"></a> <a title="idieresis U+00EF LATIN SMALL LETTER I WITH DIAERESIS " data-name="idieresis" data-cp="00EF" href="#glyphs/idieresis">ï</a> <a title="idieresisacute U+1E2F LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE " data-name="idieresisacute" data-cp="1E2F" href="#glyphs/idieresisacute">ḯ</a> <a title="itilde U+0129 LATIN SMALL LETTER I WITH TILDE " data-name="itilde" data-cp="0129" href="#glyphs/itilde">ĩ</a> <a title="itildebelow U+1E2D LATIN SMALL LETTER I WITH TILDE BELOW " data-name="itildebelow" data-cp="1E2D" href="#glyphs/itildebelow">ḭ</a> <a title="uni1E2D.ccmp U+E04B" data-name="uni1E2D.ccmp" data-cp="E04B" href="#glyphs/uni1E2D.ccmp"></a> <a title="ibar U+0268 LATIN SMALL LETTER I WITH STROKE " data-name="ibar" data-cp="0268" href="#glyphs/ibar">ɨ</a> <a title="igrave U+00EC LATIN SMALL LETTER I WITH GRAVE " data-name="igrave" data-cp="00EC" href="#glyphs/igrave">ì</a> <a title="iacute U+00ED LATIN SMALL LETTER I WITH ACUTE " data-name="iacute" data-cp="00ED" href="#glyphs/iacute">í</a> <a title="icircumflex U+00EE LATIN SMALL LETTER I WITH CIRCUMFLEX " data-name="icircumflex" data-cp="00EE" href="#glyphs/icircumflex">î</a> <a title="imacron U+012B LATIN SMALL LETTER I WITH MACRON " data-name="imacron" data-cp="012B" href="#glyphs/imacron">ī</a> <a title="ibreve U+012D LATIN SMALL LETTER I WITH BREVE " data-name="ibreve" data-cp="012D" href="#glyphs/ibreve">ĭ</a> <a title="uni012F.ccmp U+E04C" data-name="uni012F.ccmp" data-cp="E04C" href="#glyphs/uni012F.ccmp"></a> <a title="iogonek U+012F LATIN SMALL LETTER I WITH OGONEK " data-name="iogonek" data-cp="012F" href="#glyphs/iogonek">į</a> <a title="icaron U+01D0 LATIN SMALL LETTER I WITH CARON " data-name="icaron" data-cp="01D0" href="#glyphs/icaron">ǐ</a> <a title="idblgrave U+0209 LATIN SMALL LETTER I WITH DOUBLE GRAVE " data-name="idblgrave" data-cp="0209" href="#glyphs/idblgrave">ȉ</a> <a title="iinvertedbreve U+020B LATIN SMALL LETTER I WITH INVERTED BREVE " data-name="iinvertedbreve" data-cp="020B" href="#glyphs/iinvertedbreve">ȋ</a> <a title="ihookabove U+1EC9 LATIN SMALL LETTER I WITH HOOK ABOVE " data-name="ihookabove" data-cp="1EC9" href="#glyphs/ihookabove">ỉ</a> <a title="idotbelow U+1ECB LATIN SMALL LETTER I WITH DOT BELOW " data-name="idotbelow" data-cp="1ECB" href="#glyphs/idotbelow">ị</a> <a title="uni1ECB.ccmp U+E04D" data-name="uni1ECB.ccmp" data-cp="E04D" href="#glyphs/uni1ECB.ccmp"></a> <a title="jdotless U+0237 LATIN SMALL LETTER DOTLESS J " data-name="jdotless" data-cp="0237" href="#glyphs/jdotless">ȷ</a> <a title="jdotlessbar U+025F LATIN SMALL LETTER DOTLESS J WITH STROKE " data-name="jdotlessbar" data-cp="025F" href="#glyphs/jdotlessbar">ɟ</a> <a title="uni0249 U+0249 LATIN SMALL LETTER J WITH STROKE " data-name="uni0249" data-cp="0249" href="#glyphs/uni0249">ɉ</a> <a title="uni0249.ccmp U+E04E" data-name="uni0249.ccmp" data-cp="E04E" href="#glyphs/uni0249.ccmp"></a> <a title="icyrillic U+0456 CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I " data-name="icyrillic" data-cp="0456" href="#glyphs/icyrillic">і</a> <a title="yi-cy U+0457 CYRILLIC SMALL LETTER YI " data-name="yi-cy" data-cp="0457" href="#glyphs/yi-cy">ї</a> <a title="ij U+0133 LATIN SMALL LIGATURE IJ " data-name="ij" data-cp="0133" href="#glyphs/ij">ij</a> <a title="i.sc U+026A LATIN LETTER SMALL CAPITAL I " data-name="i.sc" data-cp="026A" href="#glyphs/i.sc">ɪ</a> <a title="j U+006A LATIN SMALL LETTER J " data-name="j" data-cp="006A" href="#glyphs/j">j</a> <a title="jcrosstail.ccmp U+E04F" data-name="jcrosstail.ccmp" data-cp="E04F" href="#glyphs/jcrosstail.ccmp"></a> <a title="jcrosstail U+029D LATIN SMALL LETTER J WITH CROSSED-TAIL " data-name="jcrosstail" data-cp="029D" href="#glyphs/jcrosstail">ʝ</a> <a title="jcircumflex U+0135 LATIN SMALL LETTER J WITH CIRCUMFLEX " data-name="jcircumflex" data-cp="0135" href="#glyphs/jcircumflex">ĵ</a> <a title="jcaron U+01F0 LATIN SMALL LETTER J WITH CARON " data-name="jcaron" data-cp="01F0" href="#glyphs/jcaron">ǰ</a> <a title="yotgreek U+03F3 GREEK LETTER YOT " data-name="yotgreek" data-cp="03F3" href="#glyphs/yotgreek">ϳ</a> <a title="jecyrillic U+0458 CYRILLIC SMALL LETTER JE " data-name="jecyrillic" data-cp="0458" href="#glyphs/jecyrillic">ј</a> <a title="lj U+01C9 LATIN SMALL LETTER LJ " data-name="lj" data-cp="01C9" href="#glyphs/lj">lj</a> <a title="k U+006B LATIN SMALL LETTER K " data-name="k" data-cp="006B" href="#glyphs/k">k</a> <a title="khook U+0199 LATIN SMALL LETTER K WITH HOOK " data-name="khook" data-cp="0199" href="#glyphs/khook">ƙ</a> <a title="kcommaaccent U+0137 LATIN SMALL LETTER K WITH CEDILLA " data-name="kcommaaccent" data-cp="0137" href="#glyphs/kcommaaccent">ķ</a> <a title="kcaron U+01E9 LATIN SMALL LETTER K WITH CARON " data-name="kcaron" data-cp="01E9" href="#glyphs/kcaron">ǩ</a> <a title="kacute U+1E31 LATIN SMALL LETTER K WITH ACUTE " data-name="kacute" data-cp="1E31" href="#glyphs/kacute">ḱ</a> <a title="kdotbelow U+1E33 LATIN SMALL LETTER K WITH DOT BELOW " data-name="kdotbelow" data-cp="1E33" href="#glyphs/kdotbelow">ḳ</a> <a title="klinebelow U+1E35 LATIN SMALL LETTER K WITH LINE BELOW " data-name="klinebelow" data-cp="1E35" href="#glyphs/klinebelow">ḵ</a> <a title="kturn U+029E LATIN SMALL LETTER TURNED K " data-name="kturn" data-cp="029E" href="#glyphs/kturn">ʞ</a> <a title="k.base U+EE17" data-name="k.base" data-cp="EE17" href="#glyphs/k.base"></a> <a title="l U+006C LATIN SMALL LETTER L " data-name="l" data-cp="006C" href="#glyphs/l">l</a> <a title="lslash U+0142 LATIN SMALL LETTER L WITH STROKE " data-name="lslash" data-cp="0142" href="#glyphs/lslash">ł</a> <a title="lbar U+019A LATIN SMALL LETTER L WITH BAR " data-name="lbar" data-cp="019A" href="#glyphs/lbar">ƚ</a> <a title="lmidtilde U+026B LATIN SMALL LETTER L WITH MIDDLE TILDE " data-name="lmidtilde" data-cp="026B" href="#glyphs/lmidtilde">ɫ</a> <a title="lrthook U+026D LATIN SMALL LETTER L WITH RETROFLEX HOOK " data-name="lrthook" data-cp="026D" href="#glyphs/lrthook">ɭ</a> <a title="lbelt U+026C LATIN SMALL LETTER L WITH BELT " data-name="lbelt" data-cp="026C" href="#glyphs/lbelt">ɬ</a> <a title="lcurl U+0234 LATIN SMALL LETTER L WITH CURL " data-name="lcurl" data-cp="0234" href="#glyphs/lcurl">ȴ</a> <a title="ldot U+0140 LATIN SMALL LETTER L WITH MIDDLE DOT " data-name="ldot" data-cp="0140" href="#glyphs/ldot">ŀ</a> <a title="lacute U+013A LATIN SMALL LETTER L WITH ACUTE " data-name="lacute" data-cp="013A" href="#glyphs/lacute">ĺ</a> <a title="lcommaaccent U+013C LATIN SMALL LETTER L WITH CEDILLA " data-name="lcommaaccent" data-cp="013C" href="#glyphs/lcommaaccent">ļ</a> <a title="lcaron U+013E LATIN SMALL LETTER L WITH CARON " data-name="lcaron" data-cp="013E" href="#glyphs/lcaron">ľ</a> <a title="ldotbelow U+1E37 LATIN SMALL LETTER L WITH DOT BELOW " data-name="ldotbelow" data-cp="1E37" href="#glyphs/ldotbelow">ḷ</a> <a title="ldotbelowmacron U+1E39 LATIN SMALL LETTER L WITH DOT BELOW AND MACRON " data-name="ldotbelowmacron" data-cp="1E39" href="#glyphs/ldotbelowmacron">ḹ</a> <a title="llinebelow U+1E3B LATIN SMALL LETTER L WITH LINE BELOW " data-name="llinebelow" data-cp="1E3B" href="#glyphs/llinebelow">ḻ</a> <a title="lcircumflexbelow U+1E3D LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW " data-name="lcircumflexbelow" data-cp="1E3D" href="#glyphs/lcircumflexbelow">ḽ</a> <a title="l.ss02 U+E050" data-name="l.ss02" data-cp="E050" href="#glyphs/l.ss02"></a> <a title="lslash.ss02 U+E051" data-name="lslash.ss02" data-cp="E051" href="#glyphs/lslash.ss02"></a> <a title="lbar.ss02 U+E052" data-name="lbar.ss02" data-cp="E052" href="#glyphs/lbar.ss02"></a> <a title="lmidtilde.ss02 U+E053" data-name="lmidtilde.ss02" data-cp="E053" href="#glyphs/lmidtilde.ss02"></a> <a title="lbelt.ss02 U+E054" data-name="lbelt.ss02" data-cp="E054" href="#glyphs/lbelt.ss02"></a> <a title="ldot.ss02 U+E055" data-name="ldot.ss02" data-cp="E055" href="#glyphs/ldot.ss02"></a> <a title="lacute.ss02 U+E056" data-name="lacute.ss02" data-cp="E056" href="#glyphs/lacute.ss02"></a> <a title="lcommaaccent.ss02 U+E057" data-name="lcommaaccent.ss02" data-cp="E057" href="#glyphs/lcommaaccent.ss02"></a> <a title="lcaron.ss02 U+E058" data-name="lcaron.ss02" data-cp="E058" href="#glyphs/lcaron.ss02"></a> <a title="ldotbelow.ss02 U+E059" data-name="ldotbelow.ss02" data-cp="E059" href="#glyphs/ldotbelow.ss02"></a> <a title="ldotbelowmacron.ss02 U+E05A" data-name="ldotbelowmacron.ss02" data-cp="E05A" href="#glyphs/ldotbelowmacron.ss02"></a> <a title="llinebelow.ss02 U+E05B" data-name="llinebelow.ss02" data-cp="E05B" href="#glyphs/llinebelow.ss02"></a> <a title="lcircumflexbelow.ss02 U+E05C" data-name="lcircumflexbelow.ss02" data-cp="E05C" href="#glyphs/lcircumflexbelow.ss02"></a> <a title="uni04CF U+04CF CYRILLIC SMALL LETTER PALOCHKA " data-name="uni04CF" data-cp="04CF" href="#glyphs/uni04CF">ӏ</a> <a title="l.sc U+029F LATIN LETTER SMALL CAPITAL L " data-name="l.sc" data-cp="029F" href="#glyphs/l.sc">ʟ</a> <a title="m U+006D LATIN SMALL LETTER M " data-name="m" data-cp="006D" href="#glyphs/m">m</a> <a title="mhook U+0271 LATIN SMALL LETTER M WITH HOOK " data-name="mhook" data-cp="0271" href="#glyphs/mhook">ɱ</a> <a title="mturn U+026F LATIN SMALL LETTER TURNED M " data-name="mturn" data-cp="026F" href="#glyphs/mturn">ɯ</a> <a title="mturndescend U+0270 LATIN SMALL LETTER TURNED M WITH LONG LEG " data-name="mturndescend" data-cp="0270" href="#glyphs/mturndescend">ɰ</a> <a title="macute U+1E3F LATIN SMALL LETTER M WITH ACUTE " data-name="macute" data-cp="1E3F" href="#glyphs/macute">ḿ</a> <a title="mdotaccent U+1E41 LATIN SMALL LETTER M WITH DOT ABOVE " data-name="mdotaccent" data-cp="1E41" href="#glyphs/mdotaccent">ṁ</a> <a title="mdotbelow U+1E43 LATIN SMALL LETTER M WITH DOT BELOW " data-name="mdotbelow" data-cp="1E43" href="#glyphs/mdotbelow">ṃ</a> <a title="n U+006E LATIN SMALL LETTER N " data-name="n" data-cp="006E" href="#glyphs/n">n</a> <a title="ntilde U+00F1 LATIN SMALL LETTER N WITH TILDE " data-name="ntilde" data-cp="00F1" href="#glyphs/ntilde">ñ</a> <a title="nrthook U+0273 LATIN SMALL LETTER N WITH RETROFLEX HOOK " data-name="nrthook" data-cp="0273" href="#glyphs/nrthook">ɳ</a> <a title="eng U+014B LATIN SMALL LETTER ENG " data-name="eng" data-cp="014B" href="#glyphs/eng">ŋ</a> <a title="ncurl U+0235 LATIN SMALL LETTER N WITH CURL " data-name="ncurl" data-cp="0235" href="#glyphs/ncurl">ȵ</a> <a title="nlfthook U+0272 LATIN SMALL LETTER N WITH LEFT HOOK " data-name="nlfthook" data-cp="0272" href="#glyphs/nlfthook">ɲ</a> <a title="nlegrightlong U+019E LATIN SMALL LETTER N WITH LONG RIGHT LEG " data-name="nlegrightlong" data-cp="019E" href="#glyphs/nlegrightlong">ƞ</a> <a title="nacute U+0144 LATIN SMALL LETTER N WITH ACUTE " data-name="nacute" data-cp="0144" href="#glyphs/nacute">ń</a> <a title="ncommaaccent U+0146 LATIN SMALL LETTER N WITH CEDILLA " data-name="ncommaaccent" data-cp="0146" href="#glyphs/ncommaaccent">ņ</a> <a title="ncaron U+0148 LATIN SMALL LETTER N WITH CARON " data-name="ncaron" data-cp="0148" href="#glyphs/ncaron">ň</a> <a title="uni01F9 U+01F9 LATIN SMALL LETTER N WITH GRAVE " data-name="uni01F9" data-cp="01F9" href="#glyphs/uni01F9">ǹ</a> <a title="ndotaccent U+1E45 LATIN SMALL LETTER N WITH DOT ABOVE " data-name="ndotaccent" data-cp="1E45" href="#glyphs/ndotaccent">ṅ</a> <a title="ndotbelow U+1E47 LATIN SMALL LETTER N WITH DOT BELOW " data-name="ndotbelow" data-cp="1E47" href="#glyphs/ndotbelow">ṇ</a> <a title="nlinebelow U+1E49 LATIN SMALL LETTER N WITH LINE BELOW " data-name="nlinebelow" data-cp="1E49" href="#glyphs/nlinebelow">ṉ</a> <a title="ncircumflexbelow U+1E4B LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW " data-name="ncircumflexbelow" data-cp="1E4B" href="#glyphs/ncircumflexbelow">ṋ</a> <a title="nj U+01CC LATIN SMALL LETTER NJ " data-name="nj" data-cp="01CC" href="#glyphs/nj">nj</a> <a title="n.sc U+0274 LATIN LETTER SMALL CAPITAL N " data-name="n.sc" data-cp="0274" href="#glyphs/n.sc">ɴ</a> <a title="o U+006F LATIN SMALL LETTER O " data-name="o" data-cp="006F" href="#glyphs/o">o</a> <a title="odieresis U+00F6 LATIN SMALL LETTER O WITH DIAERESIS " data-name="odieresis" data-cp="00F6" href="#glyphs/odieresis">ö</a> <a title="otilde U+00F5 LATIN SMALL LETTER O WITH TILDE " data-name="otilde" data-cp="00F5" href="#glyphs/otilde">õ</a> <a title="oslash U+00F8 LATIN SMALL LETTER O WITH STROKE " data-name="oslash" data-cp="00F8" href="#glyphs/oslash">ø</a> <a title="ohorn U+01A1 LATIN SMALL LETTER O WITH HORN " data-name="ohorn" data-cp="01A1" href="#glyphs/ohorn">ơ</a> <a title="ograve U+00F2 LATIN SMALL LETTER O WITH GRAVE " data-name="ograve" data-cp="00F2" href="#glyphs/ograve">ò</a> <a title="oacute U+00F3 LATIN SMALL LETTER O WITH ACUTE " data-name="oacute" data-cp="00F3" href="#glyphs/oacute">ó</a> <a title="ocircumflex U+00F4 LATIN SMALL LETTER O WITH CIRCUMFLEX " data-name="ocircumflex" data-cp="00F4" href="#glyphs/ocircumflex">ô</a> <a title="omacron U+014D LATIN SMALL LETTER O WITH MACRON " data-name="omacron" data-cp="014D" href="#glyphs/omacron">ō</a> <a title="obreve U+014F LATIN SMALL LETTER O WITH BREVE " data-name="obreve" data-cp="014F" href="#glyphs/obreve">ŏ</a> <a title="ohungarumlaut U+0151 LATIN SMALL LETTER O WITH DOUBLE ACUTE " data-name="ohungarumlaut" data-cp="0151" href="#glyphs/ohungarumlaut">ő</a> <a title="ocaron U+01D2 LATIN SMALL LETTER O WITH CARON " data-name="ocaron" data-cp="01D2" href="#glyphs/ocaron">ǒ</a> <a title="oogonek U+01EB LATIN SMALL LETTER O WITH OGONEK " data-name="oogonek" data-cp="01EB" href="#glyphs/oogonek">ǫ</a> <a title="oogonekmacron U+01ED LATIN SMALL LETTER O WITH OGONEK AND MACRON " data-name="oogonekmacron" data-cp="01ED" href="#glyphs/oogonekmacron">ǭ</a> <a title="odblgrave U+020D LATIN SMALL LETTER O WITH DOUBLE GRAVE " data-name="odblgrave" data-cp="020D" href="#glyphs/odblgrave">ȍ</a> <a title="oinvertedbreve U+020F LATIN SMALL LETTER O WITH INVERTED BREVE " data-name="oinvertedbreve" data-cp="020F" href="#glyphs/oinvertedbreve">ȏ</a> <a title="uni022B U+022B LATIN SMALL LETTER O WITH DIAERESIS AND MACRON " data-name="uni022B" data-cp="022B" href="#glyphs/uni022B">ȫ</a> <a title="uni022D U+022D LATIN SMALL LETTER O WITH TILDE AND MACRON " data-name="uni022D" data-cp="022D" href="#glyphs/uni022D">ȭ</a> <a title="uni022F U+022F LATIN SMALL LETTER O WITH DOT ABOVE " data-name="uni022F" data-cp="022F" href="#glyphs/uni022F">ȯ</a> <a title="uni0231 U+0231 LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON " data-name="uni0231" data-cp="0231" href="#glyphs/uni0231">ȱ</a> <a title="otildeacute U+1E4D LATIN SMALL LETTER O WITH TILDE AND ACUTE " data-name="otildeacute" data-cp="1E4D" href="#glyphs/otildeacute">ṍ</a> <a title="otildedieresis U+1E4F LATIN SMALL LETTER O WITH TILDE AND DIAERESIS " data-name="otildedieresis" data-cp="1E4F" href="#glyphs/otildedieresis">ṏ</a> <a title="omacrongrave U+1E51 LATIN SMALL LETTER O WITH MACRON AND GRAVE " data-name="omacrongrave" data-cp="1E51" href="#glyphs/omacrongrave">ṑ</a> <a title="omacronacute U+1E53 LATIN SMALL LETTER O WITH MACRON AND ACUTE " data-name="omacronacute" data-cp="1E53" href="#glyphs/omacronacute">ṓ</a> <a title="odotbelow U+1ECD LATIN SMALL LETTER O WITH DOT BELOW " data-name="odotbelow" data-cp="1ECD" href="#glyphs/odotbelow">ọ</a> <a title="ohookabove U+1ECF LATIN SMALL LETTER O WITH HOOK ABOVE " data-name="ohookabove" data-cp="1ECF" href="#glyphs/ohookabove">ỏ</a> <a title="ocircumflexacute U+1ED1 LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE " data-name="ocircumflexacute" data-cp="1ED1" href="#glyphs/ocircumflexacute">ố</a> <a title="ocircumflexgrave U+1ED3 LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE " data-name="ocircumflexgrave" data-cp="1ED3" href="#glyphs/ocircumflexgrave">ồ</a> <a title="ocircumflexhookabove U+1ED5 LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE " data-name="ocircumflexhookabove" data-cp="1ED5" href="#glyphs/ocircumflexhookabove">ổ</a> <a title="ocircumflextilde U+1ED7 LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE " data-name="ocircumflextilde" data-cp="1ED7" href="#glyphs/ocircumflextilde">ỗ</a> <a title="ocircumflexdotbelow U+1ED9 LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW " data-name="ocircumflexdotbelow" data-cp="1ED9" href="#glyphs/ocircumflexdotbelow">ộ</a> <a title="ohornacute U+1EDB LATIN SMALL LETTER O WITH HORN AND ACUTE " data-name="ohornacute" data-cp="1EDB" href="#glyphs/ohornacute">ớ</a> <a title="ohorngrave U+1EDD LATIN SMALL LETTER O WITH HORN AND GRAVE " data-name="ohorngrave" data-cp="1EDD" href="#glyphs/ohorngrave">ờ</a> <a title="ohornhookabove U+1EDF LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE " data-name="ohornhookabove" data-cp="1EDF" href="#glyphs/ohornhookabove">ở</a> <a title="ohorntilde U+1EE1 LATIN SMALL LETTER O WITH HORN AND TILDE " data-name="ohorntilde" data-cp="1EE1" href="#glyphs/ohorntilde">ỡ</a> <a title="ohorndotbelow U+1EE3 LATIN SMALL LETTER O WITH HORN AND DOT BELOW " data-name="ohorndotbelow" data-cp="1EE3" href="#glyphs/ohorndotbelow">ợ</a> <a title="oslashacute U+01FF LATIN SMALL LETTER O WITH STROKE AND ACUTE " data-name="oslashacute" data-cp="01FF" href="#glyphs/oslashacute">ǿ</a> <a title="omicron U+03BF GREEK SMALL LETTER OMICRON " data-name="omicron" data-cp="03BF" href="#glyphs/omicron">ο</a> <a title="omicrontonos U+03CC GREEK SMALL LETTER OMICRON WITH TONOS " data-name="omicrontonos" data-cp="03CC" href="#glyphs/omicrontonos">ό</a> <a title="uni1F40 U+1F40 GREEK SMALL LETTER OMICRON WITH PSILI " data-name="uni1F40" data-cp="1F40" href="#glyphs/uni1F40">ὀ</a> <a title="uni1F41 U+1F41 GREEK SMALL LETTER OMICRON WITH DASIA " data-name="uni1F41" data-cp="1F41" href="#glyphs/uni1F41">ὁ</a> <a title="uni1F42 U+1F42 GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA " data-name="uni1F42" data-cp="1F42" href="#glyphs/uni1F42">ὂ</a> <a title="uni1F43 U+1F43 GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA " data-name="uni1F43" data-cp="1F43" href="#glyphs/uni1F43">ὃ</a> <a title="uni1F44 U+1F44 GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA " data-name="uni1F44" data-cp="1F44" href="#glyphs/uni1F44">ὄ</a> <a title="uni1F45 U+1F45 GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA " data-name="uni1F45" data-cp="1F45" href="#glyphs/uni1F45">ὅ</a> <a title="uni1F78 U+1F78 GREEK SMALL LETTER OMICRON WITH VARIA " data-name="uni1F78" data-cp="1F78" href="#glyphs/uni1F78">ὸ</a> <a title="fitacyrillic U+0473 CYRILLIC SMALL LETTER FITA " data-name="fitacyrillic" data-cp="0473" href="#glyphs/fitacyrillic">ѳ</a> <a title="obar U+0275 LATIN SMALL LETTER BARRED O " data-name="obar" data-cp="0275" href="#glyphs/obar">ɵ</a> <a title="ocyrillic U+043E CYRILLIC SMALL LETTER O " data-name="ocyrillic" data-cp="043E" href="#glyphs/ocyrillic">о</a> <a title="odieresiscyrillic U+04E7 CYRILLIC SMALL LETTER O WITH DIAERESIS " data-name="odieresiscyrillic" data-cp="04E7" href="#glyphs/odieresiscyrillic">ӧ</a> <a title="oe U+0153 LATIN SMALL LIGATURE OE " data-name="oe" data-cp="0153" href="#glyphs/oe">œ</a> <a title="oe.sc U+0276 LATIN LETTER SMALL CAPITAL OE " data-name="oe.sc" data-cp="0276" href="#glyphs/oe.sc">ɶ</a> <a title="ukcyrillic U+0479 CYRILLIC SMALL LETTER UK " data-name="ukcyrillic" data-cp="0479" href="#glyphs/ukcyrillic">ѹ</a> <a title="p U+0070 LATIN SMALL LETTER P " data-name="p" data-cp="0070" href="#glyphs/p">p</a> <a title="uni048F U+048F CYRILLIC SMALL LETTER ER WITH TICK " data-name="uni048F" data-cp="048F" href="#glyphs/uni048F">ҏ</a> <a title="phook U+01A5 LATIN SMALL LETTER P WITH HOOK " data-name="phook" data-cp="01A5" href="#glyphs/phook">ƥ</a> <a title="pacute U+1E55 LATIN SMALL LETTER P WITH ACUTE " data-name="pacute" data-cp="1E55" href="#glyphs/pacute">ṕ</a> <a title="pdotaccent U+1E57 LATIN SMALL LETTER P WITH DOT ABOVE " data-name="pdotaccent" data-cp="1E57" href="#glyphs/pdotaccent">ṗ</a> <a title="ercyrillic U+0440 CYRILLIC SMALL LETTER ER " data-name="ercyrillic" data-cp="0440" href="#glyphs/ercyrillic">р</a> <a title="q U+0071 LATIN SMALL LETTER Q " data-name="q" data-cp="0071" href="#glyphs/q">q</a> <a title="qhook U+02A0 LATIN SMALL LETTER Q WITH HOOK " data-name="qhook" data-cp="02A0" href="#glyphs/qhook">ʠ</a> <a title="qrthook U+024B LATIN SMALL LETTER Q WITH HOOK TAIL " data-name="qrthook" data-cp="024B" href="#glyphs/qrthook">ɋ</a> <a title="r U+0072 LATIN SMALL LETTER R " data-name="r" data-cp="0072" href="#glyphs/r">r</a> <a title="rrthook U+E05D" data-name="rrthook" data-cp="E05D" href="#glyphs/rrthook"></a> <a title="uni024D U+024D LATIN SMALL LETTER R WITH STROKE " data-name="uni024D" data-cp="024D" href="#glyphs/uni024D">ɍ</a> <a title="rturn U+0279 LATIN SMALL LETTER TURNED R " data-name="rturn" data-cp="0279" href="#glyphs/rturn">ɹ</a> <a title="rturnrthook U+027B LATIN SMALL LETTER TURNED R WITH HOOK " data-name="rturnrthook" data-cp="027B" href="#glyphs/rturnrthook">ɻ</a> <a title="rfishhookrev U+027F LATIN SMALL LETTER REVERSED R WITH FISHHOOK " data-name="rfishhookrev" data-cp="027F" href="#glyphs/rfishhookrev">ɿ</a> <a title="rfishhook U+027E LATIN SMALL LETTER R WITH FISHHOOK " data-name="rfishhook" data-cp="027E" href="#glyphs/rfishhook">ɾ</a> <a title="rdescend U+E05E" data-name="rdescend" data-cp="E05E" href="#glyphs/rdescend"></a> <a title="racute U+0155 LATIN SMALL LETTER R WITH ACUTE " data-name="racute" data-cp="0155" href="#glyphs/racute">ŕ</a> <a title="rcommaaccent U+0157 LATIN SMALL LETTER R WITH CEDILLA " data-name="rcommaaccent" data-cp="0157" href="#glyphs/rcommaaccent">ŗ</a> <a title="rcaron U+0159 LATIN SMALL LETTER R WITH CARON " data-name="rcaron" data-cp="0159" href="#glyphs/rcaron">ř</a> <a title="rdblgrave U+0211 LATIN SMALL LETTER R WITH DOUBLE GRAVE " data-name="rdblgrave" data-cp="0211" href="#glyphs/rdblgrave">ȑ</a> <a title="rinvertedbreve U+0213 LATIN SMALL LETTER R WITH INVERTED BREVE " data-name="rinvertedbreve" data-cp="0213" href="#glyphs/rinvertedbreve">ȓ</a> <a title="rdotaccent U+1E59 LATIN SMALL LETTER R WITH DOT ABOVE " data-name="rdotaccent" data-cp="1E59" href="#glyphs/rdotaccent">ṙ</a> <a title="rdotbelow U+1E5B LATIN SMALL LETTER R WITH DOT BELOW " data-name="rdotbelow" data-cp="1E5B" href="#glyphs/rdotbelow">ṛ</a> <a title="rdotbelowmacron U+1E5D LATIN SMALL LETTER R WITH DOT BELOW AND MACRON " data-name="rdotbelowmacron" data-cp="1E5D" href="#glyphs/rdotbelowmacron">ṝ</a> <a title="rlinebelow U+1E5F LATIN SMALL LETTER R WITH LINE BELOW " data-name="rlinebelow" data-cp="1E5F" href="#glyphs/rlinebelow">ṟ</a> <a title="r.sc U+0280 LATIN LETTER SMALL CAPITAL R " data-name="r.sc" data-cp="0280" href="#glyphs/r.sc">ʀ</a> <a title="rinv.sc U+0281 LATIN LETTER SMALL CAPITAL INVERTED R " data-name="rinv.sc" data-cp="0281" href="#glyphs/rinv.sc">ʁ</a> <a title="s U+0073 LATIN SMALL LETTER S " data-name="s" data-cp="0073" href="#glyphs/s">s</a> <a title="srthook U+0282 LATIN SMALL LETTER S WITH HOOK " data-name="srthook" data-cp="0282" href="#glyphs/srthook">ʂ</a> <a title="uni023F U+023F LATIN SMALL LETTER S WITH SWASH TAIL " data-name="uni023F" data-cp="023F" href="#glyphs/uni023F">ȿ</a> <a title="sacute U+015B LATIN SMALL LETTER S WITH ACUTE " data-name="sacute" data-cp="015B" href="#glyphs/sacute">ś</a> <a title="scircumflex U+015D LATIN SMALL LETTER S WITH CIRCUMFLEX " data-name="scircumflex" data-cp="015D" href="#glyphs/scircumflex">ŝ</a> <a title="scedilla U+015F LATIN SMALL LETTER S WITH CEDILLA " data-name="scedilla" data-cp="015F" href="#glyphs/scedilla">ş</a> <a title="scaron U+0161 LATIN SMALL LETTER S WITH CARON " data-name="scaron" data-cp="0161" href="#glyphs/scaron">š</a> <a title="scommaaccent U+0219 LATIN SMALL LETTER S WITH COMMA BELOW " data-name="scommaaccent" data-cp="0219" href="#glyphs/scommaaccent">ș</a> <a title="sdotaccent U+1E61 LATIN SMALL LETTER S WITH DOT ABOVE " data-name="sdotaccent" data-cp="1E61" href="#glyphs/sdotaccent">ṡ</a> <a title="sdotbelow U+1E63 LATIN SMALL LETTER S WITH DOT BELOW " data-name="sdotbelow" data-cp="1E63" href="#glyphs/sdotbelow">ṣ</a> <a title="sacutedotaccent U+1E65 LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE " data-name="sacutedotaccent" data-cp="1E65" href="#glyphs/sacutedotaccent">ṥ</a> <a title="scarondotaccent U+1E67 LATIN SMALL LETTER S WITH CARON AND DOT ABOVE " data-name="scarondotaccent" data-cp="1E67" href="#glyphs/scarondotaccent">ṧ</a> <a title="sdotbelowdotaccent U+1E69 LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE " data-name="sdotbelowdotaccent" data-cp="1E69" href="#glyphs/sdotbelowdotaccent">ṩ</a> <a title="dzecyrillic U+0455 CYRILLIC SMALL LETTER DZE " data-name="dzecyrillic" data-cp="0455" href="#glyphs/dzecyrillic">ѕ</a> <a title="tonetwo U+01A8 LATIN SMALL LETTER TONE TWO " data-name="tonetwo" data-cp="01A8" href="#glyphs/tonetwo">ƨ</a> <a title="germandbls U+00DF LATIN SMALL LETTER SHARP S " data-name="germandbls" data-cp="00DF" href="#glyphs/germandbls">ß</a> <a title="germandbls.1 U+E06A" data-name="germandbls.1" data-cp="E06A" href="#glyphs/germandbls.1"></a> <a title="t U+0074 LATIN SMALL LETTER T " data-name="t" data-cp="0074" href="#glyphs/t">t</a> <a title="tpalatalhook U+01AB LATIN SMALL LETTER T WITH PALATAL HOOK " data-name="tpalatalhook" data-cp="01AB" href="#glyphs/tpalatalhook">ƫ</a> <a title="trthook U+0288 LATIN SMALL LETTER T WITH RETROFLEX HOOK " data-name="trthook" data-cp="0288" href="#glyphs/trthook">ʈ</a> <a title="tcurl U+0236 LATIN SMALL LETTER T WITH CURL " data-name="tcurl" data-cp="0236" href="#glyphs/tcurl">ȶ</a> <a title="tccurl U+02A8 LATIN SMALL LETTER TC DIGRAPH WITH CURL " data-name="tccurl" data-cp="02A8" href="#glyphs/tccurl">ʨ</a> <a title="tturn U+0287 LATIN SMALL LETTER TURNED T " data-name="tturn" data-cp="0287" href="#glyphs/tturn">ʇ</a> <a title="tbar U+0167 LATIN SMALL LETTER T WITH STROKE " data-name="tbar" data-cp="0167" href="#glyphs/tbar">ŧ</a> <a title="tcedilla U+0163 LATIN SMALL LETTER T WITH CEDILLA " data-name="tcedilla" data-cp="0163" href="#glyphs/tcedilla">ţ</a> <a title="tcaron U+0165 LATIN SMALL LETTER T WITH CARON " data-name="tcaron" data-cp="0165" href="#glyphs/tcaron">ť</a> <a title="tcommaaccent U+021B LATIN SMALL LETTER T WITH COMMA BELOW " data-name="tcommaaccent" data-cp="021B" href="#glyphs/tcommaaccent">ț</a> <a title="tdotaccent U+1E6B LATIN SMALL LETTER T WITH DOT ABOVE " data-name="tdotaccent" data-cp="1E6B" href="#glyphs/tdotaccent">ṫ</a> <a title="tdotbelow U+1E6D LATIN SMALL LETTER T WITH DOT BELOW " data-name="tdotbelow" data-cp="1E6D" href="#glyphs/tdotbelow">ṭ</a> <a title="tlinebelow U+1E6F LATIN SMALL LETTER T WITH LINE BELOW " data-name="tlinebelow" data-cp="1E6F" href="#glyphs/tlinebelow">ṯ</a> <a title="tcircumflexbelow U+1E71 LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW " data-name="tcircumflexbelow" data-cp="1E71" href="#glyphs/tcircumflexbelow">ṱ</a> <a title="tdieresis U+1E97 LATIN SMALL LETTER T WITH DIAERESIS " data-name="tdieresis" data-cp="1E97" href="#glyphs/tdieresis">ẗ</a> <a title="t.1 U+EE06" data-name="t.1" data-cp="EE06" href="#glyphs/t.1"></a> <a title="tpalatalhook.1 U+EE1D" data-name="tpalatalhook.1" data-cp="EE1D" href="#glyphs/tpalatalhook.1"></a> <a title="tcedilla.1 U+EE1E" data-name="tcedilla.1" data-cp="EE1E" href="#glyphs/tcedilla.1"></a> <a title="tcaron.1 U+EE1F" data-name="tcaron.1" data-cp="EE1F" href="#glyphs/tcaron.1"></a> <a title="tcommaaccent.1 U+EE20" data-name="tcommaaccent.1" data-cp="EE20" href="#glyphs/tcommaaccent.1"></a> <a title="tdotaccent.1 U+EE21" data-name="tdotaccent.1" data-cp="EE21" href="#glyphs/tdotaccent.1"></a> <a title="tdotbelow.1 U+EE22" data-name="tdotbelow.1" data-cp="EE22" href="#glyphs/tdotbelow.1"></a> <a title="tlinebelow.1 U+EE23" data-name="tlinebelow.1" data-cp="EE23" href="#glyphs/tlinebelow.1"></a> <a title="tcircumflexbelow.1 U+EE24" data-name="tcircumflexbelow.1" data-cp="EE24" href="#glyphs/tcircumflexbelow.1"></a> <a title="tdieresis.1 U+EE25" data-name="tdieresis.1" data-cp="EE25" href="#glyphs/tdieresis.1"></a> <a title="u U+0075 LATIN SMALL LETTER U " data-name="u" data-cp="0075" href="#glyphs/u">u</a> <a title="udieresis U+00FC LATIN SMALL LETTER U WITH DIAERESIS " data-name="udieresis" data-cp="00FC" href="#glyphs/udieresis">ü</a> <a title="utilde U+0169 LATIN SMALL LETTER U WITH TILDE " data-name="utilde" data-cp="0169" href="#glyphs/utilde">ũ</a> <a title="uhorn U+01B0 LATIN SMALL LETTER U WITH HORN " data-name="uhorn" data-cp="01B0" href="#glyphs/uhorn">ư</a> <a title="micro U+00B5 MICRO SIGN " data-name="micro" data-cp="00B5" href="#glyphs/micro">µ</a> <a title="ubar U+0289 LATIN SMALL LETTER U BAR " data-name="ubar" data-cp="0289" href="#glyphs/ubar">ʉ</a> <a title="ugrave U+00F9 LATIN SMALL LETTER U WITH GRAVE " data-name="ugrave" data-cp="00F9" href="#glyphs/ugrave">ù</a> <a title="uacute U+00FA LATIN SMALL LETTER U WITH ACUTE " data-name="uacute" data-cp="00FA" href="#glyphs/uacute">ú</a> <a title="ucircumflex U+00FB LATIN SMALL LETTER U WITH CIRCUMFLEX " data-name="ucircumflex" data-cp="00FB" href="#glyphs/ucircumflex">û</a> <a title="umacron U+016B LATIN SMALL LETTER U WITH MACRON " data-name="umacron" data-cp="016B" href="#glyphs/umacron">ū</a> <a title="ubreve U+016D LATIN SMALL LETTER U WITH BREVE " data-name="ubreve" data-cp="016D" href="#glyphs/ubreve">ŭ</a> <a title="uring U+016F LATIN SMALL LETTER U WITH RING ABOVE " data-name="uring" data-cp="016F" href="#glyphs/uring">ů</a> <a title="uhungarumlaut U+0171 LATIN SMALL LETTER U WITH DOUBLE ACUTE " data-name="uhungarumlaut" data-cp="0171" href="#glyphs/uhungarumlaut">ű</a> <a title="uogonek U+0173 LATIN SMALL LETTER U WITH OGONEK " data-name="uogonek" data-cp="0173" href="#glyphs/uogonek">ų</a> <a title="ucaron U+01D4 LATIN SMALL LETTER U WITH CARON " data-name="ucaron" data-cp="01D4" href="#glyphs/ucaron">ǔ</a> <a title="udieresismacron U+01D6 LATIN SMALL LETTER U WITH DIAERESIS AND MACRON " data-name="udieresismacron" data-cp="01D6" href="#glyphs/udieresismacron">ǖ</a> <a title="udieresisacute U+01D8 LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE " data-name="udieresisacute" data-cp="01D8" href="#glyphs/udieresisacute">ǘ</a> <a title="udieresiscaron U+01DA LATIN SMALL LETTER U WITH DIAERESIS AND CARON " data-name="udieresiscaron" data-cp="01DA" href="#glyphs/udieresiscaron">ǚ</a> <a title="udieresisgrave U+01DC LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE " data-name="udieresisgrave" data-cp="01DC" href="#glyphs/udieresisgrave">ǜ</a> <a title="udblgrave U+0215 LATIN SMALL LETTER U WITH DOUBLE GRAVE " data-name="udblgrave" data-cp="0215" href="#glyphs/udblgrave">ȕ</a> <a title="uinvertedbreve U+0217 LATIN SMALL LETTER U WITH INVERTED BREVE " data-name="uinvertedbreve" data-cp="0217" href="#glyphs/uinvertedbreve">ȗ</a> <a title="udieresisbelow U+1E73 LATIN SMALL LETTER U WITH DIAERESIS BELOW " data-name="udieresisbelow" data-cp="1E73" href="#glyphs/udieresisbelow">ṳ</a> <a title="utildebelow U+1E75 LATIN SMALL LETTER U WITH TILDE BELOW " data-name="utildebelow" data-cp="1E75" href="#glyphs/utildebelow">ṵ</a> <a title="ucircumflexbelow U+1E77 LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW " data-name="ucircumflexbelow" data-cp="1E77" href="#glyphs/ucircumflexbelow">ṷ</a> <a title="utildeacute U+1E79 LATIN SMALL LETTER U WITH TILDE AND ACUTE " data-name="utildeacute" data-cp="1E79" href="#glyphs/utildeacute">ṹ</a> <a title="umacrondieresis U+1E7B LATIN SMALL LETTER U WITH MACRON AND DIAERESIS " data-name="umacrondieresis" data-cp="1E7B" href="#glyphs/umacrondieresis">ṻ</a> <a title="udotbelow U+1EE5 LATIN SMALL LETTER U WITH DOT BELOW " data-name="udotbelow" data-cp="1EE5" href="#glyphs/udotbelow">ụ</a> <a title="uhookabove U+1EE7 LATIN SMALL LETTER U WITH HOOK ABOVE " data-name="uhookabove" data-cp="1EE7" href="#glyphs/uhookabove">ủ</a> <a title="uhornacute U+1EE9 LATIN SMALL LETTER U WITH HORN AND ACUTE " data-name="uhornacute" data-cp="1EE9" href="#glyphs/uhornacute">ứ</a> <a title="uhorngrave U+1EEB LATIN SMALL LETTER U WITH HORN AND GRAVE " data-name="uhorngrave" data-cp="1EEB" href="#glyphs/uhorngrave">ừ</a> <a title="uhornhookabove U+1EED LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE " data-name="uhornhookabove" data-cp="1EED" href="#glyphs/uhornhookabove">ử</a> <a title="uhorntilde U+1EEF LATIN SMALL LETTER U WITH HORN AND TILDE " data-name="uhorntilde" data-cp="1EEF" href="#glyphs/uhorntilde">ữ</a> <a title="uhorndotbelow U+1EF1 LATIN SMALL LETTER U WITH HORN AND DOT BELOW " data-name="uhorndotbelow" data-cp="1EF1" href="#glyphs/uhorndotbelow">ự</a> <a title="u.1 U+EE26" data-name="u.1" data-cp="EE26" href="#glyphs/u.1"></a> <a title="uacute.1 U+EE27" data-name="uacute.1" data-cp="EE27" href="#glyphs/uacute.1"></a> <a title="ubar.1 U+EE28" data-name="ubar.1" data-cp="EE28" href="#glyphs/ubar.1"></a> <a title="ubreve.1 U+EE29" data-name="ubreve.1" data-cp="EE29" href="#glyphs/ubreve.1"></a> <a title="ucaron.1 U+EE2A" data-name="ucaron.1" data-cp="EE2A" href="#glyphs/ucaron.1"></a> <a title="ucircumflex.1 U+EE2B" data-name="ucircumflex.1" data-cp="EE2B" href="#glyphs/ucircumflex.1"></a> <a title="ucircumflexbelow.1 U+EE2C" data-name="ucircumflexbelow.1" data-cp="EE2C" href="#glyphs/ucircumflexbelow.1"></a> <a title="udblgrave.1 U+EE2D" data-name="udblgrave.1" data-cp="EE2D" href="#glyphs/udblgrave.1"></a> <a title="udieresis.1 U+EE2E" data-name="udieresis.1" data-cp="EE2E" href="#glyphs/udieresis.1"></a> <a title="udieresisacute.1 U+EE2F" data-name="udieresisacute.1" data-cp="EE2F" href="#glyphs/udieresisacute.1"></a> <a title="udieresisbelow.1 U+EE30" data-name="udieresisbelow.1" data-cp="EE30" href="#glyphs/udieresisbelow.1"></a> <a title="udieresiscaron.1 U+EE31" data-name="udieresiscaron.1" data-cp="EE31" href="#glyphs/udieresiscaron.1"></a> <a title="udieresisgrave.1 U+EE32" data-name="udieresisgrave.1" data-cp="EE32" href="#glyphs/udieresisgrave.1"></a> <a title="udieresismacron.1 U+EE33" data-name="udieresismacron.1" data-cp="EE33" href="#glyphs/udieresismacron.1"></a> <a title="udotbelow.1 U+EE34" data-name="udotbelow.1" data-cp="EE34" href="#glyphs/udotbelow.1"></a> <a title="ugrave.1 U+EE35" data-name="ugrave.1" data-cp="EE35" href="#glyphs/ugrave.1"></a> <a title="uhookabove.1 U+EE36" data-name="uhookabove.1" data-cp="EE36" href="#glyphs/uhookabove.1"></a> <a title="uhorn.1 U+EE37" data-name="uhorn.1" data-cp="EE37" href="#glyphs/uhorn.1"></a> <a title="uhornacute.1 U+EE38" data-name="uhornacute.1" data-cp="EE38" href="#glyphs/uhornacute.1"></a> <a title="uhorndotbelow.1 U+EE39" data-name="uhorndotbelow.1" data-cp="EE39" href="#glyphs/uhorndotbelow.1"></a> <a title="uhorngrave.1 U+EE3A" data-name="uhorngrave.1" data-cp="EE3A" href="#glyphs/uhorngrave.1"></a> <a title="uhornhookabove.1 U+EE3B" data-name="uhornhookabove.1" data-cp="EE3B" href="#glyphs/uhornhookabove.1"></a> <a title="uhorntilde.1 U+EE3C" data-name="uhorntilde.1" data-cp="EE3C" href="#glyphs/uhorntilde.1"></a> <a title="uhungarumlaut.1 U+EE3D" data-name="uhungarumlaut.1" data-cp="EE3D" href="#glyphs/uhungarumlaut.1"></a> <a title="uinvertedbreve.1 U+EE3E" data-name="uinvertedbreve.1" data-cp="EE3E" href="#glyphs/uinvertedbreve.1"></a> <a title="umacron.1 U+EE3F" data-name="umacron.1" data-cp="EE3F" href="#glyphs/umacron.1"></a> <a title="umacrondieresis.1 U+EE40" data-name="umacrondieresis.1" data-cp="EE40" href="#glyphs/umacrondieresis.1"></a> <a title="uogonek.1 U+EE41" data-name="uogonek.1" data-cp="EE41" href="#glyphs/uogonek.1"></a> <a title="uring.1 U+EE42" data-name="uring.1" data-cp="EE42" href="#glyphs/uring.1"></a> <a title="utilde.1 U+EE43" data-name="utilde.1" data-cp="EE43" href="#glyphs/utilde.1"></a> <a title="utildeacute.1 U+EE44" data-name="utildeacute.1" data-cp="EE44" href="#glyphs/utildeacute.1"></a> <a title="utildebelow.1 U+EE45" data-name="utildebelow.1" data-cp="EE45" href="#glyphs/utildebelow.1"></a> <a title="v U+0076 LATIN SMALL LETTER V " data-name="v" data-cp="0076" href="#glyphs/v">v</a> <a title="vturn U+028C LATIN SMALL LETTER TURNED V " data-name="vturn" data-cp="028C" href="#glyphs/vturn">ʌ</a> <a title="vtilde U+1E7D LATIN SMALL LETTER V WITH TILDE " data-name="vtilde" data-cp="1E7D" href="#glyphs/vtilde">ṽ</a> <a title="vdotbelow U+1E7F LATIN SMALL LETTER V WITH DOT BELOW " data-name="vdotbelow" data-cp="1E7F" href="#glyphs/vdotbelow">ṿ</a> <a title="w U+0077 LATIN SMALL LETTER W " data-name="w" data-cp="0077" href="#glyphs/w">w</a> <a title="wdieresis U+1E85 LATIN SMALL LETTER W WITH DIAERESIS " data-name="wdieresis" data-cp="1E85" href="#glyphs/wdieresis">ẅ</a> <a title="wturn U+028D LATIN SMALL LETTER TURNED W " data-name="wturn" data-cp="028D" href="#glyphs/wturn">ʍ</a> <a title="wcircumflex U+0175 LATIN SMALL LETTER W WITH CIRCUMFLEX " data-name="wcircumflex" data-cp="0175" href="#glyphs/wcircumflex">ŵ</a> <a title="wgrave U+1E81 LATIN SMALL LETTER W WITH GRAVE " data-name="wgrave" data-cp="1E81" href="#glyphs/wgrave">ẁ</a> <a title="wacute U+1E83 LATIN SMALL LETTER W WITH ACUTE " data-name="wacute" data-cp="1E83" href="#glyphs/wacute">ẃ</a> <a title="wdotaccent U+1E87 LATIN SMALL LETTER W WITH DOT ABOVE " data-name="wdotaccent" data-cp="1E87" href="#glyphs/wdotaccent">ẇ</a> <a title="wdotbelow U+1E89 LATIN SMALL LETTER W WITH DOT BELOW " data-name="wdotbelow" data-cp="1E89" href="#glyphs/wdotbelow">ẉ</a> <a title="wring U+1E98 LATIN SMALL LETTER W WITH RING ABOVE " data-name="wring" data-cp="1E98" href="#glyphs/wring">ẘ</a> <a title="x U+0078 LATIN SMALL LETTER X " data-name="x" data-cp="0078" href="#glyphs/x">x</a> <a title="xdotaccent U+1E8B LATIN SMALL LETTER X WITH DOT ABOVE " data-name="xdotaccent" data-cp="1E8B" href="#glyphs/xdotaccent">ẋ</a> <a title="xdieresis U+1E8D LATIN SMALL LETTER X WITH DIAERESIS " data-name="xdieresis" data-cp="1E8D" href="#glyphs/xdieresis">ẍ</a> <a title="khacyrillic U+0445 CYRILLIC SMALL LETTER HA " data-name="khacyrillic" data-cp="0445" href="#glyphs/khacyrillic">х</a> <a title="chi U+03C7 GREEK SMALL LETTER CHI " data-name="chi" data-cp="03C7" href="#glyphs/chi">χ</a> <a title="y U+0079 LATIN SMALL LETTER Y " data-name="y" data-cp="0079" href="#glyphs/y">y</a> <a title="ydieresis U+00FF LATIN SMALL LETTER Y WITH DIAERESIS " data-name="ydieresis" data-cp="00FF" href="#glyphs/ydieresis">ÿ</a> <a title="yhook U+01B4 LATIN SMALL LETTER Y WITH HOOK " data-name="yhook" data-cp="01B4" href="#glyphs/yhook">ƴ</a> <a title="uni024F U+024F LATIN SMALL LETTER Y WITH STROKE " data-name="uni024F" data-cp="024F" href="#glyphs/uni024F">ɏ</a> <a title="yacute U+00FD LATIN SMALL LETTER Y WITH ACUTE " data-name="yacute" data-cp="00FD" href="#glyphs/yacute">ý</a> <a title="ycircumflex U+0177 LATIN SMALL LETTER Y WITH CIRCUMFLEX " data-name="ycircumflex" data-cp="0177" href="#glyphs/ycircumflex">ŷ</a> <a title="uni0233 U+0233 LATIN SMALL LETTER Y WITH MACRON " data-name="uni0233" data-cp="0233" href="#glyphs/uni0233">ȳ</a> <a title="ydotaccent U+1E8F LATIN SMALL LETTER Y WITH DOT ABOVE " data-name="ydotaccent" data-cp="1E8F" href="#glyphs/ydotaccent">ẏ</a> <a title="yring U+1E99 LATIN SMALL LETTER Y WITH RING ABOVE " data-name="yring" data-cp="1E99" href="#glyphs/yring">ẙ</a> <a title="ygrave U+1EF3 LATIN SMALL LETTER Y WITH GRAVE " data-name="ygrave" data-cp="1EF3" href="#glyphs/ygrave">ỳ</a> <a title="ydotbelow U+1EF5 LATIN SMALL LETTER Y WITH DOT BELOW " data-name="ydotbelow" data-cp="1EF5" href="#glyphs/ydotbelow">ỵ</a> <a title="yhookabove U+1EF7 LATIN SMALL LETTER Y WITH HOOK ABOVE " data-name="yhookabove" data-cp="1EF7" href="#glyphs/yhookabove">ỷ</a> <a title="ytilde U+1EF9 LATIN SMALL LETTER Y WITH TILDE " data-name="ytilde" data-cp="1EF9" href="#glyphs/ytilde">ỹ</a> <a title="ucyrillic U+0443 CYRILLIC SMALL LETTER U " data-name="ucyrillic" data-cp="0443" href="#glyphs/ucyrillic">у</a> <a title="ushortcyrillic U+045E CYRILLIC SMALL LETTER SHORT U " data-name="ushortcyrillic" data-cp="045E" href="#glyphs/ushortcyrillic">ў</a> <a title="umacroncyrillic U+04EF CYRILLIC SMALL LETTER U WITH MACRON " data-name="umacroncyrillic" data-cp="04EF" href="#glyphs/umacroncyrillic">ӯ</a> <a title="udieresiscyrillic U+04F1 CYRILLIC SMALL LETTER U WITH DIAERESIS " data-name="udieresiscyrillic" data-cp="04F1" href="#glyphs/udieresiscyrillic">ӱ</a> <a title="uhungarumlautcyrillic U+04F3 CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE " data-name="uhungarumlautcyrillic" data-cp="04F3" href="#glyphs/uhungarumlautcyrillic">ӳ</a> <a title="yturn U+028E LATIN SMALL LETTER TURNED Y " data-name="yturn" data-cp="028E" href="#glyphs/yturn">ʎ</a> <a title="Umacroncyrillic U+04EE CYRILLIC CAPITAL LETTER U WITH MACRON " data-name="Umacroncyrillic" data-cp="04EE" href="#glyphs/Umacroncyrillic">Ӯ</a> <a title="Udieresiscyrillic U+04F0 CYRILLIC CAPITAL LETTER U WITH DIAERESIS " data-name="Udieresiscyrillic" data-cp="04F0" href="#glyphs/Udieresiscyrillic">Ӱ</a> <a title="Uhungarumlautcyrillic U+04F2 CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE " data-name="Uhungarumlautcyrillic" data-cp="04F2" href="#glyphs/Uhungarumlautcyrillic">Ӳ</a> <a title="yogonek U+EE05" data-name="yogonek" data-cp="EE05" href="#glyphs/yogonek"></a> <a title="y.sc U+028F LATIN LETTER SMALL CAPITAL Y " data-name="y.sc" data-cp="028F" href="#glyphs/y.sc">ʏ</a> <a title="z U+007A LATIN SMALL LETTER Z " data-name="z" data-cp="007A" href="#glyphs/z">z</a> <a title="zbar U+01B6 LATIN SMALL LETTER Z WITH STROKE " data-name="zbar" data-cp="01B6" href="#glyphs/zbar">ƶ</a> <a title="zhook U+0225 LATIN SMALL LETTER Z WITH HOOK " data-name="zhook" data-cp="0225" href="#glyphs/zhook">ȥ</a> <a title="uni0240 U+0240 LATIN SMALL LETTER Z WITH SWASH TAIL " data-name="uni0240" data-cp="0240" href="#glyphs/uni0240">ɀ</a> <a title="zrthook U+0290 LATIN SMALL LETTER Z WITH RETROFLEX HOOK " data-name="zrthook" data-cp="0290" href="#glyphs/zrthook">ʐ</a> <a title="zacute U+017A LATIN SMALL LETTER Z WITH ACUTE " data-name="zacute" data-cp="017A" href="#glyphs/zacute">ź</a> <a title="zdotaccent U+017C LATIN SMALL LETTER Z WITH DOT ABOVE " data-name="zdotaccent" data-cp="017C" href="#glyphs/zdotaccent">ż</a> <a title="zcaron U+017E LATIN SMALL LETTER Z WITH CARON " data-name="zcaron" data-cp="017E" href="#glyphs/zcaron">ž</a> <a title="zcircumflex U+1E91 LATIN SMALL LETTER Z WITH CIRCUMFLEX " data-name="zcircumflex" data-cp="1E91" href="#glyphs/zcircumflex">ẑ</a> <a title="zdotbelow U+1E93 LATIN SMALL LETTER Z WITH DOT BELOW " data-name="zdotbelow" data-cp="1E93" href="#glyphs/zdotbelow">ẓ</a> <a title="zlinebelow U+1E95 LATIN SMALL LETTER Z WITH LINE BELOW " data-name="zlinebelow" data-cp="1E95" href="#glyphs/zlinebelow">ẕ</a> <a title="Thorn U+00DE LATIN CAPITAL LETTER THORN " data-name="Thorn" data-cp="00DE" href="#glyphs/Thorn">Þ</a> <a title="Gamma U+0393 GREEK CAPITAL LETTER GAMMA " data-name="Gamma" data-cp="0393" href="#glyphs/Gamma">Γ</a> <a title="Delta U+0394 GREEK CAPITAL LETTER DELTA " data-name="Delta" data-cp="0394" href="#glyphs/Delta">Δ</a> <a title="Theta U+0398 GREEK CAPITAL LETTER THETA " data-name="Theta" data-cp="0398" href="#glyphs/Theta">Θ</a> <a title="Xi U+039E GREEK CAPITAL LETTER XI " data-name="Xi" data-cp="039E" href="#glyphs/Xi">Ξ</a> <a title="Pi U+03A0 GREEK CAPITAL LETTER PI " data-name="Pi" data-cp="03A0" href="#glyphs/Pi">Π</a> <a title="Sigma U+03A3 GREEK CAPITAL LETTER SIGMA " data-name="Sigma" data-cp="03A3" href="#glyphs/Sigma">Σ</a> <a title="Phi U+03A6 GREEK CAPITAL LETTER PHI " data-name="Phi" data-cp="03A6" href="#glyphs/Phi">Φ</a> <a title="Psi U+03A8 GREEK CAPITAL LETTER PSI " data-name="Psi" data-cp="03A8" href="#glyphs/Psi">Ψ</a> <a title="Omega U+03A9 GREEK CAPITAL LETTER OMEGA " data-name="Omega" data-cp="03A9" href="#glyphs/Omega">Ω</a> <a title="uni1FFB U+1FFB GREEK CAPITAL LETTER OMEGA WITH OXIA " data-name="uni1FFB" data-cp="1FFB" href="#glyphs/uni1FFB">Ώ</a> <a title="Omegatonos U+038F GREEK CAPITAL LETTER OMEGA WITH TONOS " data-name="Omegatonos" data-cp="038F" href="#glyphs/Omegatonos">Ώ</a> <a title="uni1F68 U+1F68 GREEK CAPITAL LETTER OMEGA WITH PSILI " data-name="uni1F68" data-cp="1F68" href="#glyphs/uni1F68">Ὠ</a> <a title="uni1F69 U+1F69 GREEK CAPITAL LETTER OMEGA WITH DASIA " data-name="uni1F69" data-cp="1F69" href="#glyphs/uni1F69">Ὡ</a> <a title="uni1F6A U+1F6A GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA " data-name="uni1F6A" data-cp="1F6A" href="#glyphs/uni1F6A">Ὢ</a> <a title="uni1F6B U+1F6B GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA " data-name="uni1F6B" data-cp="1F6B" href="#glyphs/uni1F6B">Ὣ</a> <a title="uni1F6C U+1F6C GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA " data-name="uni1F6C" data-cp="1F6C" href="#glyphs/uni1F6C">Ὤ</a> <a title="uni1F6D U+1F6D GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA " data-name="uni1F6D" data-cp="1F6D" href="#glyphs/uni1F6D">Ὥ</a> <a title="uni1F6E U+1F6E GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI " data-name="uni1F6E" data-cp="1F6E" href="#glyphs/uni1F6E">Ὦ</a> <a title="uni1F6F U+1F6F GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI " data-name="uni1F6F" data-cp="1F6F" href="#glyphs/uni1F6F">Ὧ</a> <a title="uni1FFA U+1FFA GREEK CAPITAL LETTER OMEGA WITH VARIA " data-name="uni1FFA" data-cp="1FFA" href="#glyphs/uni1FFA">Ὼ</a> <a title="uni1FA8 U+1FA8 GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI " data-name="uni1FA8" data-cp="1FA8" href="#glyphs/uni1FA8">ᾨ</a> <a title="uni1FA9 U+1FA9 GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI " data-name="uni1FA9" data-cp="1FA9" href="#glyphs/uni1FA9">ᾩ</a> <a title="uni1FAA U+1FAA GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI " data-name="uni1FAA" data-cp="1FAA" href="#glyphs/uni1FAA">ᾪ</a> <a title="uni1FAB U+1FAB GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI " data-name="uni1FAB" data-cp="1FAB" href="#glyphs/uni1FAB">ᾫ</a> <a title="uni1FAC U+1FAC GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI " data-name="uni1FAC" data-cp="1FAC" href="#glyphs/uni1FAC">ᾬ</a> <a title="uni1FAD U+1FAD GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI " data-name="uni1FAD" data-cp="1FAD" href="#glyphs/uni1FAD">ᾭ</a> <a title="uni1FAE U+1FAE GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI " data-name="uni1FAE" data-cp="1FAE" href="#glyphs/uni1FAE">ᾮ</a> <a title="uni1FAF U+1FAF GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI " data-name="uni1FAF" data-cp="1FAF" href="#glyphs/uni1FAF">ᾯ</a> <a title="uni1FFC U+1FFC GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI " data-name="uni1FFC" data-cp="1FFC" href="#glyphs/uni1FFC">ῼ</a> <a title="Upsilon2 U+01B1 LATIN CAPITAL LETTER UPSILON " data-name="Upsilon2" data-cp="01B1" href="#glyphs/Upsilon2">Ʊ</a> <a title="Upsilonhooksymbol U+03D2 GREEK UPSILON WITH HOOK SYMBOL " data-name="Upsilonhooksymbol" data-cp="03D2" href="#glyphs/Upsilonhooksymbol">ϒ</a> <a title="Upsilonacutehooksymbolgreek U+03D3 GREEK UPSILON WITH ACUTE AND HOOK SYMBOL " data-name="Upsilonacutehooksymbolgreek" data-cp="03D3" href="#glyphs/Upsilonacutehooksymbolgreek">ϓ</a> <a title="Upsilondieresishooksymbolgreek U+03D4 GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL " data-name="Upsilondieresishooksymbolgreek" data-cp="03D4" href="#glyphs/Upsilondieresishooksymbolgreek">ϔ</a> <a title="Gamma1 U+0194 LATIN CAPITAL LETTER GAMMA " data-name="Gamma1" data-cp="0194" href="#glyphs/Gamma1">Ɣ</a> <a title="afii10018 U+0411 CYRILLIC CAPITAL LETTER BE " data-name="afii10018" data-cp="0411" href="#glyphs/afii10018">Б</a> <a title="afii10050 U+0490 CYRILLIC CAPITAL LETTER GHE WITH UPTURN " data-name="afii10050" data-cp="0490" href="#glyphs/afii10050">Ґ</a> <a title="uni04FA U+04FA CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK " data-name="uni04FA" data-cp="04FA" href="#glyphs/uni04FA">Ӻ</a> <a title="afii10021 U+0414 CYRILLIC CAPITAL LETTER DE " data-name="afii10021" data-cp="0414" href="#glyphs/afii10021">Д</a> <a title="Zhe-cy U+0416 CYRILLIC CAPITAL LETTER ZHE " data-name="Zhe-cy" data-cp="0416" href="#glyphs/Zhe-cy">Ж</a> <a title="Zhedescendercyrillic U+0496 CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER " data-name="Zhedescendercyrillic" data-cp="0496" href="#glyphs/Zhedescendercyrillic">Җ</a> <a title="afii10025 U+0417 CYRILLIC CAPITAL LETTER ZE " data-name="afii10025" data-cp="0417" href="#glyphs/afii10025">З</a> <a title="Kacyr U+041A CYRILLIC CAPITAL LETTER KA " data-name="Kacyr" data-cp="041A" href="#glyphs/Kacyr">К</a> <a title="Kaverticalstrokecyrillic U+049C CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE " data-name="Kaverticalstrokecyrillic" data-cp="049C" href="#glyphs/Kaverticalstrokecyrillic">Ҝ</a> <a title="Kahookcyrillic U+04C3 CYRILLIC CAPITAL LETTER KA WITH HOOK " data-name="Kahookcyrillic" data-cp="04C3" href="#glyphs/Kahookcyrillic">Ӄ</a> <a title="afii10029 U+041B CYRILLIC CAPITAL LETTER EL " data-name="afii10029" data-cp="041B" href="#glyphs/afii10029">Л</a> <a title="afii10147 U+0472 CYRILLIC CAPITAL LETTER FITA " data-name="afii10147" data-cp="0472" href="#glyphs/afii10147">Ѳ</a> <a title="afii10145 U+040F CYRILLIC CAPITAL LETTER DZHE " data-name="afii10145" data-cp="040F" href="#glyphs/afii10145">Џ</a> <a title="U-cy U+0423 CYRILLIC CAPITAL LETTER U " data-name="U-cy" data-cp="0423" href="#glyphs/U-cy">У</a> <a title="afii10038 U+0424 CYRILLIC CAPITAL LETTER EF " data-name="afii10038" data-cp="0424" href="#glyphs/afii10038">Ф</a> <a title="afii10040 U+0426 CYRILLIC CAPITAL LETTER TSE " data-name="afii10040" data-cp="0426" href="#glyphs/afii10040">Ц</a> <a title="Tetsecyrillic U+04B4 CYRILLIC CAPITAL LIGATURE TE TSE " data-name="Tetsecyrillic" data-cp="04B4" href="#glyphs/Tetsecyrillic">Ҵ</a> <a title="Che-cy U+0427 CYRILLIC CAPITAL LETTER CHE " data-name="Che-cy" data-cp="0427" href="#glyphs/Che-cy">Ч</a> <a title="Chedescendercyrillic U+04B6 CYRILLIC CAPITAL LETTER CHE WITH DESCENDER " data-name="Chedescendercyrillic" data-cp="04B6" href="#glyphs/Chedescendercyrillic">Ҷ</a> <a title="Cheverticalstrokecyrillic U+04B8 CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE " data-name="Cheverticalstrokecyrillic" data-cp="04B8" href="#glyphs/Cheverticalstrokecyrillic">Ҹ</a> <a title="Shhacyrillic U+04BA CYRILLIC CAPITAL LETTER SHHA " data-name="Shhacyrillic" data-cp="04BA" href="#glyphs/Shhacyrillic">Һ</a> <a title="Tshe-cy U+040B CYRILLIC CAPITAL LETTER TSHE " data-name="Tshe-cy" data-cp="040B" href="#glyphs/Tshe-cy">Ћ</a> <a title="Sha-cy U+0428 CYRILLIC CAPITAL LETTER SHA " data-name="Sha-cy" data-cp="0428" href="#glyphs/Sha-cy">Ш</a> <a title="Shcha-cy U+0429 CYRILLIC CAPITAL LETTER SHCHA " data-name="Shcha-cy" data-cp="0429" href="#glyphs/Shcha-cy">Щ</a> <a title="afii10044 U+042A CYRILLIC CAPITAL LETTER HARD SIGN " data-name="afii10044" data-cp="042A" href="#glyphs/afii10044">Ъ</a> <a title="afii10045 U+042B CYRILLIC CAPITAL LETTER YERU " data-name="afii10045" data-cp="042B" href="#glyphs/afii10045">Ы</a> <a title="Softsign-cy U+042C CYRILLIC CAPITAL LETTER SOFT SIGN " data-name="Softsign-cy" data-cp="042C" href="#glyphs/Softsign-cy">Ь</a> <a title="afii10058 U+0409 CYRILLIC CAPITAL LETTER LJE " data-name="afii10058" data-cp="0409" href="#glyphs/afii10058">Љ</a> <a title="afii10059 U+040A CYRILLIC CAPITAL LETTER NJE " data-name="afii10059" data-cp="040A" href="#glyphs/afii10059">Њ</a> <a title="afii10047 U+042D CYRILLIC CAPITAL LETTER E " data-name="afii10047" data-cp="042D" href="#glyphs/afii10047">Э</a> <a title="afii10048 U+042E CYRILLIC CAPITAL LETTER YU " data-name="afii10048" data-cp="042E" href="#glyphs/afii10048">Ю</a> <a title="afii10049 U+042F CYRILLIC CAPITAL LETTER YA " data-name="afii10049" data-cp="042F" href="#glyphs/afii10049">Я</a> <a title="Ghemiddlehookcyrillic U+0494 CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK " data-name="Ghemiddlehookcyrillic" data-cp="0494" href="#glyphs/Ghemiddlehookcyrillic">Ҕ</a> <a title="Pemiddlehookcyrillic U+04A6 CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK " data-name="Pemiddlehookcyrillic" data-cp="04A6" href="#glyphs/Pemiddlehookcyrillic">Ҧ</a> <a title="afii10053 U+0404 CYRILLIC CAPITAL LETTER UKRAINIAN IE " data-name="afii10053" data-cp="0404" href="#glyphs/afii10053">Є</a> <a title="Haabkhasiancyrillic U+04A8 CYRILLIC CAPITAL LETTER ABKHASIAN HA " data-name="Haabkhasiancyrillic" data-cp="04A8" href="#glyphs/Haabkhasiancyrillic">Ҩ</a> <a title="Cheabkhasiancyrillic U+04BC CYRILLIC CAPITAL LETTER ABKHASIAN CHE " data-name="Cheabkhasiancyrillic" data-cp="04BC" href="#glyphs/Cheabkhasiancyrillic">Ҽ</a> <a title="Schwacyrillic U+04D8 CYRILLIC CAPITAL LETTER SCHWA " data-name="Schwacyrillic" data-cp="04D8" href="#glyphs/Schwacyrillic">Ә</a> <a title="Dzeabkhasiancyrillic U+04E0 CYRILLIC CAPITAL LETTER ABKHASIAN DZE " data-name="Dzeabkhasiancyrillic" data-cp="04E0" href="#glyphs/Dzeabkhasiancyrillic">Ӡ</a> <a title="afii10148 U+0474 CYRILLIC CAPITAL LETTER IZHITSA " data-name="afii10148" data-cp="0474" href="#glyphs/afii10148">Ѵ</a> <a title="afii10051 U+0402 CYRILLIC CAPITAL LETTER DJE " data-name="afii10051" data-cp="0402" href="#glyphs/afii10051">Ђ</a> <a title="eth U+00F0 LATIN SMALL LETTER ETH " data-name="eth" data-cp="00F0" href="#glyphs/eth">ð</a> <a title="alpha U+03B1 GREEK SMALL LETTER ALPHA " data-name="alpha" data-cp="03B1" href="#glyphs/alpha">α</a> <a title="alphatonos U+03AC GREEK SMALL LETTER ALPHA WITH TONOS " data-name="alphatonos" data-cp="03AC" href="#glyphs/alphatonos">ά</a> <a title="uni1F00 U+1F00 GREEK SMALL LETTER ALPHA WITH PSILI " data-name="uni1F00" data-cp="1F00" href="#glyphs/uni1F00">ἀ</a> <a title="uni1F01 U+1F01 GREEK SMALL LETTER ALPHA WITH DASIA " data-name="uni1F01" data-cp="1F01" href="#glyphs/uni1F01">ἁ</a> <a title="uni1F02 U+1F02 GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA " data-name="uni1F02" data-cp="1F02" href="#glyphs/uni1F02">ἂ</a> <a title="uni1F03 U+1F03 GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA " data-name="uni1F03" data-cp="1F03" href="#glyphs/uni1F03">ἃ</a> <a title="uni1F04 U+1F04 GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA " data-name="uni1F04" data-cp="1F04" href="#glyphs/uni1F04">ἄ</a> <a title="uni1F05 U+1F05 GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA " data-name="uni1F05" data-cp="1F05" href="#glyphs/uni1F05">ἅ</a> <a title="uni1F06 U+1F06 GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI " data-name="uni1F06" data-cp="1F06" href="#glyphs/uni1F06">ἆ</a> <a title="uni1F07 U+1F07 GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI " data-name="uni1F07" data-cp="1F07" href="#glyphs/uni1F07">ἇ</a> <a title="uni1F70 U+1F70 GREEK SMALL LETTER ALPHA WITH VARIA " data-name="uni1F70" data-cp="1F70" href="#glyphs/uni1F70">ὰ</a> <a title="uni1F80 U+1F80 GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI " data-name="uni1F80" data-cp="1F80" href="#glyphs/uni1F80">ᾀ</a> <a title="uni1F81 U+1F81 GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI " data-name="uni1F81" data-cp="1F81" href="#glyphs/uni1F81">ᾁ</a> <a title="uni1F82 U+1F82 GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI " data-name="uni1F82" data-cp="1F82" href="#glyphs/uni1F82">ᾂ</a> <a title="uni1F83 U+1F83 GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI " data-name="uni1F83" data-cp="1F83" href="#glyphs/uni1F83">ᾃ</a> <a title="uni1F84 U+1F84 GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI " data-name="uni1F84" data-cp="1F84" href="#glyphs/uni1F84">ᾄ</a> <a title="uni1F85 U+1F85 GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI " data-name="uni1F85" data-cp="1F85" href="#glyphs/uni1F85">ᾅ</a> <a title="uni1F86 U+1F86 GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI " data-name="uni1F86" data-cp="1F86" href="#glyphs/uni1F86">ᾆ</a> <a title="uni1F87 U+1F87 GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI " data-name="uni1F87" data-cp="1F87" href="#glyphs/uni1F87">ᾇ</a> <a title="uni1FB0 U+1FB0 GREEK SMALL LETTER ALPHA WITH VRACHY " data-name="uni1FB0" data-cp="1FB0" href="#glyphs/uni1FB0">ᾰ</a> <a title="uni1FB1 U+1FB1 GREEK SMALL LETTER ALPHA WITH MACRON " data-name="uni1FB1" data-cp="1FB1" href="#glyphs/uni1FB1">ᾱ</a> <a title="uni1FB2 U+1FB2 GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI " data-name="uni1FB2" data-cp="1FB2" href="#glyphs/uni1FB2">ᾲ</a> <a title="uni1FB3 U+1FB3 GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI " data-name="uni1FB3" data-cp="1FB3" href="#glyphs/uni1FB3">ᾳ</a> <a title="uni1FB4 U+1FB4 GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI " data-name="uni1FB4" data-cp="1FB4" href="#glyphs/uni1FB4">ᾴ</a> <a title="uni1FB6 U+1FB6 GREEK SMALL LETTER ALPHA WITH PERISPOMENI " data-name="uni1FB6" data-cp="1FB6" href="#glyphs/uni1FB6">ᾶ</a> <a title="uni1FB7 U+1FB7 GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI " data-name="uni1FB7" data-cp="1FB7" href="#glyphs/uni1FB7">ᾷ</a> <a title="beta U+03B2 GREEK SMALL LETTER BETA " data-name="beta" data-cp="03B2" href="#glyphs/beta">β</a> <a title="gamma U+03B3 GREEK SMALL LETTER GAMMA " data-name="gamma" data-cp="03B3" href="#glyphs/gamma">γ</a> <a title="delta U+03B4 GREEK SMALL LETTER DELTA " data-name="delta" data-cp="03B4" href="#glyphs/delta">δ</a> <a title="epsilon U+03B5 GREEK SMALL LETTER EPSILON " data-name="epsilon" data-cp="03B5" href="#glyphs/epsilon">ε</a> <a title="epsilontonos U+03AD GREEK SMALL LETTER EPSILON WITH TONOS " data-name="epsilontonos" data-cp="03AD" href="#glyphs/epsilontonos">έ</a> <a title="epsilonclosed U+029A LATIN SMALL LETTER CLOSED OPEN E " data-name="epsilonclosed" data-cp="029A" href="#glyphs/epsilonclosed">ʚ</a> <a title="epsilon1 U+025B LATIN SMALL LETTER OPEN E " data-name="epsilon1" data-cp="025B" href="#glyphs/epsilon1">ɛ</a> <a title="epsilon1rev U+025C LATIN SMALL LETTER REVERSED OPEN E " data-name="epsilon1rev" data-cp="025C" href="#glyphs/epsilon1rev">ɜ</a> <a title="epsilon1revclosed U+025E LATIN SMALL LETTER CLOSED REVERSED OPEN E " data-name="epsilon1revclosed" data-cp="025E" href="#glyphs/epsilon1revclosed">ɞ</a> <a title="epsilon1revhook U+025D LATIN SMALL LETTER REVERSED OPEN E WITH HOOK " data-name="epsilon1revhook" data-cp="025D" href="#glyphs/epsilon1revhook">ɝ</a> <a title="uni1F10 U+1F10 GREEK SMALL LETTER EPSILON WITH PSILI " data-name="uni1F10" data-cp="1F10" href="#glyphs/uni1F10">ἐ</a> <a title="uni1F11 U+1F11 GREEK SMALL LETTER EPSILON WITH DASIA " data-name="uni1F11" data-cp="1F11" href="#glyphs/uni1F11">ἑ</a> <a title="uni1F12 U+1F12 GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA " data-name="uni1F12" data-cp="1F12" href="#glyphs/uni1F12">ἒ</a> <a title="uni1F13 U+1F13 GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA " data-name="uni1F13" data-cp="1F13" href="#glyphs/uni1F13">ἓ</a> <a title="uni1F14 U+1F14 GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA " data-name="uni1F14" data-cp="1F14" href="#glyphs/uni1F14">ἔ</a> <a title="uni1F15 U+1F15 GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA " data-name="uni1F15" data-cp="1F15" href="#glyphs/uni1F15">ἕ</a> <a title="uni1F72 U+1F72 GREEK SMALL LETTER EPSILON WITH VARIA " data-name="uni1F72" data-cp="1F72" href="#glyphs/uni1F72">ὲ</a> <a title="zeta U+03B6 GREEK SMALL LETTER ZETA " data-name="zeta" data-cp="03B6" href="#glyphs/zeta">ζ</a> <a title="eta U+03B7 GREEK SMALL LETTER ETA " data-name="eta" data-cp="03B7" href="#glyphs/eta">η</a> <a title="etatonos U+03AE GREEK SMALL LETTER ETA WITH TONOS " data-name="etatonos" data-cp="03AE" href="#glyphs/etatonos">ή</a> <a title="uni1F20 U+1F20 GREEK SMALL LETTER ETA WITH PSILI " data-name="uni1F20" data-cp="1F20" href="#glyphs/uni1F20">ἠ</a> <a title="uni1F21 U+1F21 GREEK SMALL LETTER ETA WITH DASIA " data-name="uni1F21" data-cp="1F21" href="#glyphs/uni1F21">ἡ</a> <a title="uni1F22 U+1F22 GREEK SMALL LETTER ETA WITH PSILI AND VARIA " data-name="uni1F22" data-cp="1F22" href="#glyphs/uni1F22">ἢ</a> <a title="uni1F23 U+1F23 GREEK SMALL LETTER ETA WITH DASIA AND VARIA " data-name="uni1F23" data-cp="1F23" href="#glyphs/uni1F23">ἣ</a> <a title="uni1F24 U+1F24 GREEK SMALL LETTER ETA WITH PSILI AND OXIA " data-name="uni1F24" data-cp="1F24" href="#glyphs/uni1F24">ἤ</a> <a title="uni1F25 U+1F25 GREEK SMALL LETTER ETA WITH DASIA AND OXIA " data-name="uni1F25" data-cp="1F25" href="#glyphs/uni1F25">ἥ</a> <a title="uni1F26 U+1F26 GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI " data-name="uni1F26" data-cp="1F26" href="#glyphs/uni1F26">ἦ</a> <a title="uni1F27 U+1F27 GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI " data-name="uni1F27" data-cp="1F27" href="#glyphs/uni1F27">ἧ</a> <a title="uni1F74 U+1F74 GREEK SMALL LETTER ETA WITH VARIA " data-name="uni1F74" data-cp="1F74" href="#glyphs/uni1F74">ὴ</a> <a title="uni1F90 U+1F90 GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI " data-name="uni1F90" data-cp="1F90" href="#glyphs/uni1F90">ᾐ</a> <a title="uni1F91 U+1F91 GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI " data-name="uni1F91" data-cp="1F91" href="#glyphs/uni1F91">ᾑ</a> <a title="uni1F92 U+1F92 GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI " data-name="uni1F92" data-cp="1F92" href="#glyphs/uni1F92">ᾒ</a> <a title="uni1F93 U+1F93 GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI " data-name="uni1F93" data-cp="1F93" href="#glyphs/uni1F93">ᾓ</a> <a title="uni1F94 U+1F94 GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI " data-name="uni1F94" data-cp="1F94" href="#glyphs/uni1F94">ᾔ</a> <a title="uni1F95 U+1F95 GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI " data-name="uni1F95" data-cp="1F95" href="#glyphs/uni1F95">ᾕ</a> <a title="uni1F96 U+1F96 GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI " data-name="uni1F96" data-cp="1F96" href="#glyphs/uni1F96">ᾖ</a> <a title="uni1F97 U+1F97 GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI " data-name="uni1F97" data-cp="1F97" href="#glyphs/uni1F97">ᾗ</a> <a title="uni1FC2 U+1FC2 GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI " data-name="uni1FC2" data-cp="1FC2" href="#glyphs/uni1FC2">ῂ</a> <a title="uni1FC3 U+1FC3 GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI " data-name="uni1FC3" data-cp="1FC3" href="#glyphs/uni1FC3">ῃ</a> <a title="uni1FC4 U+1FC4 GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI " data-name="uni1FC4" data-cp="1FC4" href="#glyphs/uni1FC4">ῄ</a> <a title="uni1FC6 U+1FC6 GREEK SMALL LETTER ETA WITH PERISPOMENI " data-name="uni1FC6" data-cp="1FC6" href="#glyphs/uni1FC6">ῆ</a> <a title="uni1FC7 U+1FC7 GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI " data-name="uni1FC7" data-cp="1FC7" href="#glyphs/uni1FC7">ῇ</a> <a title="theta U+03B8 GREEK SMALL LETTER THETA " data-name="theta" data-cp="03B8" href="#glyphs/theta">θ</a> <a title="iota U+03B9 GREEK SMALL LETTER IOTA " data-name="iota" data-cp="03B9" href="#glyphs/iota">ι</a> <a title="iotadieresistonos U+0390 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS " data-name="iotadieresistonos" data-cp="0390" href="#glyphs/iotadieresistonos">ΐ</a> <a title="iotatonos U+03AF GREEK SMALL LETTER IOTA WITH TONOS " data-name="iotatonos" data-cp="03AF" href="#glyphs/iotatonos">ί</a> <a title="iotadieresis U+03CA GREEK SMALL LETTER IOTA WITH DIALYTIKA " data-name="iotadieresis" data-cp="03CA" href="#glyphs/iotadieresis">ϊ</a> <a title="uni1F30 U+1F30 GREEK SMALL LETTER IOTA WITH PSILI " data-name="uni1F30" data-cp="1F30" href="#glyphs/uni1F30">ἰ</a> <a title="uni1F31 U+1F31 GREEK SMALL LETTER IOTA WITH DASIA " data-name="uni1F31" data-cp="1F31" href="#glyphs/uni1F31">ἱ</a> <a title="uni1F32 U+1F32 GREEK SMALL LETTER IOTA WITH PSILI AND VARIA " data-name="uni1F32" data-cp="1F32" href="#glyphs/uni1F32">ἲ</a> <a title="uni1F33 U+1F33 GREEK SMALL LETTER IOTA WITH DASIA AND VARIA " data-name="uni1F33" data-cp="1F33" href="#glyphs/uni1F33">ἳ</a> <a title="uni1F34 U+1F34 GREEK SMALL LETTER IOTA WITH PSILI AND OXIA " data-name="uni1F34" data-cp="1F34" href="#glyphs/uni1F34">ἴ</a> <a title="uni1F35 U+1F35 GREEK SMALL LETTER IOTA WITH DASIA AND OXIA " data-name="uni1F35" data-cp="1F35" href="#glyphs/uni1F35">ἵ</a> <a title="uni1F36 U+1F36 GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI " data-name="uni1F36" data-cp="1F36" href="#glyphs/uni1F36">ἶ</a> <a title="uni1F37 U+1F37 GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI " data-name="uni1F37" data-cp="1F37" href="#glyphs/uni1F37">ἷ</a> <a title="uni1F76 U+1F76 GREEK SMALL LETTER IOTA WITH VARIA " data-name="uni1F76" data-cp="1F76" href="#glyphs/uni1F76">ὶ</a> <a title="uni1FD0 U+1FD0 GREEK SMALL LETTER IOTA WITH VRACHY " data-name="uni1FD0" data-cp="1FD0" href="#glyphs/uni1FD0">ῐ</a> <a title="uni1FD1 U+1FD1 GREEK SMALL LETTER IOTA WITH MACRON " data-name="uni1FD1" data-cp="1FD1" href="#glyphs/uni1FD1">ῑ</a> <a title="uni1FD2 U+1FD2 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA " data-name="uni1FD2" data-cp="1FD2" href="#glyphs/uni1FD2">ῒ</a> <a title="uni1FD6 U+1FD6 GREEK SMALL LETTER IOTA WITH PERISPOMENI " data-name="uni1FD6" data-cp="1FD6" href="#glyphs/uni1FD6">ῖ</a> <a title="uni1FD7 U+1FD7 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI " data-name="uni1FD7" data-cp="1FD7" href="#glyphs/uni1FD7">ῗ</a> <a title="lambda U+03BB GREEK SMALL LETTER LAMDA " data-name="lambda" data-cp="03BB" href="#glyphs/lambda">λ</a> <a title="xi U+03BE GREEK SMALL LETTER XI " data-name="xi" data-cp="03BE" href="#glyphs/xi">ξ</a> <a title="pi U+03C0 GREEK SMALL LETTER PI " data-name="pi" data-cp="03C0" href="#glyphs/pi">π</a> <a title="rho U+03C1 GREEK SMALL LETTER RHO " data-name="rho" data-cp="03C1" href="#glyphs/rho">ρ</a> <a title="uni1FE4 U+1FE4 GREEK SMALL LETTER RHO WITH PSILI " data-name="uni1FE4" data-cp="1FE4" href="#glyphs/uni1FE4">ῤ</a> <a title="uni1FE5 U+1FE5 GREEK SMALL LETTER RHO WITH DASIA " data-name="uni1FE5" data-cp="1FE5" href="#glyphs/uni1FE5">ῥ</a> <a title="uni03FC U+03FC GREEK RHO WITH STROKE SYMBOL " data-name="uni03FC" data-cp="03FC" href="#glyphs/uni03FC">ϼ</a> <a title="sigma1 U+03C2 GREEK SMALL LETTER FINAL SIGMA " data-name="sigma1" data-cp="03C2" href="#glyphs/sigma1">ς</a> <a title="sigma U+03C3 GREEK SMALL LETTER SIGMA " data-name="sigma" data-cp="03C3" href="#glyphs/sigma">σ</a> <a title="tau U+03C4 GREEK SMALL LETTER TAU " data-name="tau" data-cp="03C4" href="#glyphs/tau">τ</a> <a title="upsilon U+03C5 GREEK SMALL LETTER UPSILON " data-name="upsilon" data-cp="03C5" href="#glyphs/upsilon">υ</a> <a title="upsilondieresistonos U+03B0 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS " data-name="upsilondieresistonos" data-cp="03B0" href="#glyphs/upsilondieresistonos">ΰ</a> <a title="upsilondieresis U+03CB GREEK SMALL LETTER UPSILON WITH DIALYTIKA " data-name="upsilondieresis" data-cp="03CB" href="#glyphs/upsilondieresis">ϋ</a> <a title="upsilontonos U+03CD GREEK SMALL LETTER UPSILON WITH TONOS " data-name="upsilontonos" data-cp="03CD" href="#glyphs/upsilontonos">ύ</a> <a title="uni1F50 U+1F50 GREEK SMALL LETTER UPSILON WITH PSILI " data-name="uni1F50" data-cp="1F50" href="#glyphs/uni1F50">ὐ</a> <a title="uni1F51 U+1F51 GREEK SMALL LETTER UPSILON WITH DASIA " data-name="uni1F51" data-cp="1F51" href="#glyphs/uni1F51">ὑ</a> <a title="uni1F52 U+1F52 GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA " data-name="uni1F52" data-cp="1F52" href="#glyphs/uni1F52">ὒ</a> <a title="uni1F53 U+1F53 GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA " data-name="uni1F53" data-cp="1F53" href="#glyphs/uni1F53">ὓ</a> <a title="uni1F54 U+1F54 GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA " data-name="uni1F54" data-cp="1F54" href="#glyphs/uni1F54">ὔ</a> <a title="uni1F55 U+1F55 GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA " data-name="uni1F55" data-cp="1F55" href="#glyphs/uni1F55">ὕ</a> <a title="uni1F56 U+1F56 GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI " data-name="uni1F56" data-cp="1F56" href="#glyphs/uni1F56">ὖ</a> <a title="uni1F57 U+1F57 GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI " data-name="uni1F57" data-cp="1F57" href="#glyphs/uni1F57">ὗ</a> <a title="uni1F7A U+1F7A GREEK SMALL LETTER UPSILON WITH VARIA " data-name="uni1F7A" data-cp="1F7A" href="#glyphs/uni1F7A">ὺ</a> <a title="uni1FE0 U+1FE0 GREEK SMALL LETTER UPSILON WITH VRACHY " data-name="uni1FE0" data-cp="1FE0" href="#glyphs/uni1FE0">ῠ</a> <a title="uni1FE1 U+1FE1 GREEK SMALL LETTER UPSILON WITH MACRON " data-name="uni1FE1" data-cp="1FE1" href="#glyphs/uni1FE1">ῡ</a> <a title="uni1FE2 U+1FE2 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA " data-name="uni1FE2" data-cp="1FE2" href="#glyphs/uni1FE2">ῢ</a> <a title="uni1FE6 U+1FE6 GREEK SMALL LETTER UPSILON WITH PERISPOMENI " data-name="uni1FE6" data-cp="1FE6" href="#glyphs/uni1FE6">ῦ</a> <a title="uni1FE7 U+1FE7 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI " data-name="uni1FE7" data-cp="1FE7" href="#glyphs/uni1FE7">ῧ</a> <a title="phi U+03C6 GREEK SMALL LETTER PHI " data-name="phi" data-cp="03C6" href="#glyphs/phi">φ</a> <a title="phigreek U+03D5 GREEK PHI SYMBOL " data-name="phigreek" data-cp="03D5" href="#glyphs/phigreek">ϕ</a> <a title="psi U+03C8 GREEK SMALL LETTER PSI " data-name="psi" data-cp="03C8" href="#glyphs/psi">ψ</a> <a title="omega U+03C9 GREEK SMALL LETTER OMEGA " data-name="omega" data-cp="03C9" href="#glyphs/omega">ω</a> <a title="omegatonos U+03CE GREEK SMALL LETTER OMEGA WITH TONOS " data-name="omegatonos" data-cp="03CE" href="#glyphs/omegatonos">ώ</a> <a title="uni1F60 U+1F60 GREEK SMALL LETTER OMEGA WITH PSILI " data-name="uni1F60" data-cp="1F60" href="#glyphs/uni1F60">ὠ</a> <a title="uni1F61 U+1F61 GREEK SMALL LETTER OMEGA WITH DASIA " data-name="uni1F61" data-cp="1F61" href="#glyphs/uni1F61">ὡ</a> <a title="uni1F62 U+1F62 GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA " data-name="uni1F62" data-cp="1F62" href="#glyphs/uni1F62">ὢ</a> <a title="uni1F63 U+1F63 GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA " data-name="uni1F63" data-cp="1F63" href="#glyphs/uni1F63">ὣ</a> <a title="uni1F64 U+1F64 GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA " data-name="uni1F64" data-cp="1F64" href="#glyphs/uni1F64">ὤ</a> <a title="uni1F65 U+1F65 GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA " data-name="uni1F65" data-cp="1F65" href="#glyphs/uni1F65">ὥ</a> <a title="uni1F66 U+1F66 GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI " data-name="uni1F66" data-cp="1F66" href="#glyphs/uni1F66">ὦ</a> <a title="uni1F67 U+1F67 GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI " data-name="uni1F67" data-cp="1F67" href="#glyphs/uni1F67">ὧ</a> <a title="uni1F7C U+1F7C GREEK SMALL LETTER OMEGA WITH VARIA " data-name="uni1F7C" data-cp="1F7C" href="#glyphs/uni1F7C">ὼ</a> <a title="uni1FA0 U+1FA0 GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI " data-name="uni1FA0" data-cp="1FA0" href="#glyphs/uni1FA0">ᾠ</a> <a title="uni1FA1 U+1FA1 GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI " data-name="uni1FA1" data-cp="1FA1" href="#glyphs/uni1FA1">ᾡ</a> <a title="uni1FA2 U+1FA2 GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI " data-name="uni1FA2" data-cp="1FA2" href="#glyphs/uni1FA2">ᾢ</a> <a title="uni1FA3 U+1FA3 GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI " data-name="uni1FA3" data-cp="1FA3" href="#glyphs/uni1FA3">ᾣ</a> <a title="uni1FA4 U+1FA4 GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI " data-name="uni1FA4" data-cp="1FA4" href="#glyphs/uni1FA4">ᾤ</a> <a title="uni1FA5 U+1FA5 GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI " data-name="uni1FA5" data-cp="1FA5" href="#glyphs/uni1FA5">ᾥ</a> <a title="uni1FA6 U+1FA6 GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI " data-name="uni1FA6" data-cp="1FA6" href="#glyphs/uni1FA6">ᾦ</a> <a title="uni1FA7 U+1FA7 GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI " data-name="uni1FA7" data-cp="1FA7" href="#glyphs/uni1FA7">ᾧ</a> <a title="uni1FF2 U+1FF2 GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI " data-name="uni1FF2" data-cp="1FF2" href="#glyphs/uni1FF2">ῲ</a> <a title="uni1FF3 U+1FF3 GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI " data-name="uni1FF3" data-cp="1FF3" href="#glyphs/uni1FF3">ῳ</a> <a title="uni1FF4 U+1FF4 GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI " data-name="uni1FF4" data-cp="1FF4" href="#glyphs/uni1FF4">ῴ</a> <a title="uni1FF6 U+1FF6 GREEK SMALL LETTER OMEGA WITH PERISPOMENI " data-name="uni1FF6" data-cp="1FF6" href="#glyphs/uni1FF6">ῶ</a> <a title="uni1FF7 U+1FF7 GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI " data-name="uni1FF7" data-cp="1FF7" href="#glyphs/uni1FF7">ῷ</a> <a title="gamma1 U+0263 LATIN SMALL LETTER GAMMA " data-name="gamma1" data-cp="0263" href="#glyphs/gamma1">ɣ</a> <a title="becyrillic U+0431 CYRILLIC SMALL LETTER BE " data-name="becyrillic" data-cp="0431" href="#glyphs/becyrillic">б</a> <a title="vecyrillic U+0432 CYRILLIC SMALL LETTER VE " data-name="vecyrillic" data-cp="0432" href="#glyphs/vecyrillic">в</a> <a title="ge-cy U+0433 CYRILLIC SMALL LETTER GHE " data-name="ge-cy" data-cp="0433" href="#glyphs/ge-cy">г</a> <a title="gheupturncyrillic U+0491 CYRILLIC SMALL LETTER GHE WITH UPTURN " data-name="gheupturncyrillic" data-cp="0491" href="#glyphs/gheupturncyrillic">ґ</a> <a title="uni04FB U+04FB CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK " data-name="uni04FB" data-cp="04FB" href="#glyphs/uni04FB">ӻ</a> <a title="decyrillic U+0434 CYRILLIC SMALL LETTER DE " data-name="decyrillic" data-cp="0434" href="#glyphs/decyrillic">д</a> <a title="zhecyrillic U+0436 CYRILLIC SMALL LETTER ZHE " data-name="zhecyrillic" data-cp="0436" href="#glyphs/zhecyrillic">ж</a> <a title="zhedescendercyrillic U+0497 CYRILLIC SMALL LETTER ZHE WITH DESCENDER " data-name="zhedescendercyrillic" data-cp="0497" href="#glyphs/zhedescendercyrillic">җ</a> <a title="zecyrillic U+0437 CYRILLIC SMALL LETTER ZE " data-name="zecyrillic" data-cp="0437" href="#glyphs/zecyrillic">з</a> <a title="iicyrillic U+0438 CYRILLIC SMALL LETTER I " data-name="iicyrillic" data-cp="0438" href="#glyphs/iicyrillic">и</a> <a title="uni048B U+048B CYRILLIC SMALL LETTER SHORT I WITH TAIL " data-name="uni048B" data-cp="048B" href="#glyphs/uni048B">ҋ</a> <a title="kacyrillic U+043A CYRILLIC SMALL LETTER KA " data-name="kacyrillic" data-cp="043A" href="#glyphs/kacyrillic">к</a> <a title="kahookcyrillic U+04C4 CYRILLIC SMALL LETTER KA WITH HOOK " data-name="kahookcyrillic" data-cp="04C4" href="#glyphs/kahookcyrillic">ӄ</a> <a title="kadescendercyrillic U+049B CYRILLIC SMALL LETTER KA WITH DESCENDER " data-name="kadescendercyrillic" data-cp="049B" href="#glyphs/kadescendercyrillic">қ</a> <a title="kaverticalstrokecyrillic U+049D CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE " data-name="kaverticalstrokecyrillic" data-cp="049D" href="#glyphs/kaverticalstrokecyrillic">ҝ</a> <a title="kabashkircyrillic U+04A1 CYRILLIC SMALL LETTER BASHKIR KA " data-name="kabashkircyrillic" data-cp="04A1" href="#glyphs/kabashkircyrillic">ҡ</a> <a title="elcyrillic U+043B CYRILLIC SMALL LETTER EL " data-name="elcyrillic" data-cp="043B" href="#glyphs/elcyrillic">л</a> <a title="uni04C6 U+04C6 CYRILLIC SMALL LETTER EL WITH TAIL " data-name="uni04C6" data-cp="04C6" href="#glyphs/uni04C6">ӆ</a> <a title="eldescender-cy U+052F CYRILLIC SMALL LETTER EL WITH DESCENDER " data-name="eldescender-cy" data-cp="052F" href="#glyphs/eldescender-cy">ԯ</a> <a title="emcyrillic U+043C CYRILLIC SMALL LETTER EM " data-name="emcyrillic" data-cp="043C" href="#glyphs/emcyrillic">м</a> <a title="uni04CE U+04CE CYRILLIC SMALL LETTER EM WITH TAIL " data-name="uni04CE" data-cp="04CE" href="#glyphs/uni04CE">ӎ</a> <a title="encyrillic U+043D CYRILLIC SMALL LETTER EN " data-name="encyrillic" data-cp="043D" href="#glyphs/encyrillic">н</a> <a title="endescendercyrillic U+04A3 CYRILLIC SMALL LETTER EN WITH DESCENDER " data-name="endescendercyrillic" data-cp="04A3" href="#glyphs/endescendercyrillic">ң</a> <a title="enghecyrillic U+04A5 CYRILLIC SMALL LIGATURE EN GHE " data-name="enghecyrillic" data-cp="04A5" href="#glyphs/enghecyrillic">ҥ</a> <a title="enhookcyrillic U+04C8 CYRILLIC SMALL LETTER EN WITH HOOK " data-name="enhookcyrillic" data-cp="04C8" href="#glyphs/enhookcyrillic">ӈ</a> <a title="uni04CA U+04CA CYRILLIC SMALL LETTER EN WITH TAIL " data-name="uni04CA" data-cp="04CA" href="#glyphs/uni04CA">ӊ</a> <a title="pecyrillic U+043F CYRILLIC SMALL LETTER PE " data-name="pecyrillic" data-cp="043F" href="#glyphs/pecyrillic">п</a> <a title="tecyrillic U+0442 CYRILLIC SMALL LETTER TE " data-name="tecyrillic" data-cp="0442" href="#glyphs/tecyrillic">т</a> <a title="efcyrillic U+0444 CYRILLIC SMALL LETTER EF " data-name="efcyrillic" data-cp="0444" href="#glyphs/efcyrillic">ф</a> <a title="hahook-cy U+04FD CYRILLIC SMALL LETTER HA WITH HOOK " data-name="hahook-cy" data-cp="04FD" href="#glyphs/hahook-cy">ӽ</a> <a title="hadescendercyrillic U+04B3 CYRILLIC SMALL LETTER HA WITH DESCENDER " data-name="hadescendercyrillic" data-cp="04B3" href="#glyphs/hadescendercyrillic">ҳ</a> <a title="tsecyrillic U+0446 CYRILLIC SMALL LETTER TSE " data-name="tsecyrillic" data-cp="0446" href="#glyphs/tsecyrillic">ц</a> <a title="dzhecyrillic U+045F CYRILLIC SMALL LETTER DZHE " data-name="dzhecyrillic" data-cp="045F" href="#glyphs/dzhecyrillic">џ</a> <a title="checyrillic U+0447 CYRILLIC SMALL LETTER CHE " data-name="checyrillic" data-cp="0447" href="#glyphs/checyrillic">ч</a> <a title="chedescendercyrillic U+04B7 CYRILLIC SMALL LETTER CHE WITH DESCENDER " data-name="chedescendercyrillic" data-cp="04B7" href="#glyphs/chedescendercyrillic">ҷ</a> <a title="cheverticalstrokecyrillic U+04B9 CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE " data-name="cheverticalstrokecyrillic" data-cp="04B9" href="#glyphs/cheverticalstrokecyrillic">ҹ</a> <a title="shacyrillic U+0448 CYRILLIC SMALL LETTER SHA " data-name="shacyrillic" data-cp="0448" href="#glyphs/shacyrillic">ш</a> <a title="shchacyrillic U+0449 CYRILLIC SMALL LETTER SHCHA " data-name="shchacyrillic" data-cp="0449" href="#glyphs/shchacyrillic">щ</a> <a title="softsigncyrillic U+044C CYRILLIC SMALL LETTER SOFT SIGN " data-name="softsigncyrillic" data-cp="044C" href="#glyphs/softsigncyrillic">ь</a> <a title="hardsigncyrillic U+044A CYRILLIC SMALL LETTER HARD SIGN " data-name="hardsigncyrillic" data-cp="044A" href="#glyphs/hardsigncyrillic">ъ</a> <a title="yericyrillic U+044B CYRILLIC SMALL LETTER YERU " data-name="yericyrillic" data-cp="044B" href="#glyphs/yericyrillic">ы</a> <a title="semisoftsign-cy U+048D CYRILLIC SMALL LETTER SEMISOFT SIGN " data-name="semisoftsign-cy" data-cp="048D" href="#glyphs/semisoftsign-cy">ҍ</a> <a title="yatcyrillic U+0463 CYRILLIC SMALL LETTER YAT " data-name="yatcyrillic" data-cp="0463" href="#glyphs/yatcyrillic">ѣ</a> <a title="ljecyrillic U+0459 CYRILLIC SMALL LETTER LJE " data-name="ljecyrillic" data-cp="0459" href="#glyphs/ljecyrillic">љ</a> <a title="njecyrillic U+045A CYRILLIC SMALL LETTER NJE " data-name="njecyrillic" data-cp="045A" href="#glyphs/njecyrillic">њ</a> <a title="ereversedcyrillic U+044D CYRILLIC SMALL LETTER E " data-name="ereversedcyrillic" data-cp="044D" href="#glyphs/ereversedcyrillic">э</a> <a title="iucyrillic U+044E CYRILLIC SMALL LETTER YU " data-name="iucyrillic" data-cp="044E" href="#glyphs/iucyrillic">ю</a> <a title="iacyrillic U+044F CYRILLIC SMALL LETTER YA " data-name="iacyrillic" data-cp="044F" href="#glyphs/iacyrillic">я</a> <a title="ghemiddlehookcyrillic U+0495 CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK " data-name="ghemiddlehookcyrillic" data-cp="0495" href="#glyphs/ghemiddlehookcyrillic">ҕ</a> <a title="pemiddlehookcyrillic U+04A7 CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK " data-name="pemiddlehookcyrillic" data-cp="04A7" href="#glyphs/pemiddlehookcyrillic">ҧ</a> <a title="ecyrillic U+0454 CYRILLIC SMALL LETTER UKRAINIAN IE " data-name="ecyrillic" data-cp="0454" href="#glyphs/ecyrillic">є</a> <a title="haabkhasiancyrillic U+04A9 CYRILLIC SMALL LETTER ABKHASIAN HA " data-name="haabkhasiancyrillic" data-cp="04A9" href="#glyphs/haabkhasiancyrillic">ҩ</a> <a title="tetsecyrillic U+04B5 CYRILLIC SMALL LIGATURE TE TSE " data-name="tetsecyrillic" data-cp="04B5" href="#glyphs/tetsecyrillic">ҵ</a> <a title="cheabkhasiancyrillic U+04BD CYRILLIC SMALL LETTER ABKHASIAN CHE " data-name="cheabkhasiancyrillic" data-cp="04BD" href="#glyphs/cheabkhasiancyrillic">ҽ</a> <a title="dzeabkhasiancyrillic U+04E1 CYRILLIC SMALL LETTER ABKHASIAN DZE " data-name="dzeabkhasiancyrillic" data-cp="04E1" href="#glyphs/dzeabkhasiancyrillic">ӡ</a> <a title="izhitsacyrillic U+0475 CYRILLIC SMALL LETTER IZHITSA " data-name="izhitsacyrillic" data-cp="0475" href="#glyphs/izhitsacyrillic">ѵ</a> <a title="dollar U+0024 DOLLAR SIGN " data-name="dollar" data-cp="0024" href="#glyphs/dollar">$</a> <a title="cent U+00A2 CENT SIGN " data-name="cent" data-cp="00A2" href="#glyphs/cent">¢</a> <a title="yen U+00A5 YEN SIGN " data-name="yen" data-cp="00A5" href="#glyphs/yen">¥</a> <a title="sterling U+00A3 POUND SIGN " data-name="sterling" data-cp="00A3" href="#glyphs/sterling">£</a> <a title="florin U+0192 LATIN SMALL LETTER F WITH HOOK " data-name="florin" data-cp="0192" href="#glyphs/florin">ƒ</a> <a title="uni20BA U+20BA TURKISH LIRA SIGN " data-name="uni20BA" data-cp="20BA" href="#glyphs/uni20BA">₺</a> <a title="uni20BD U+20BD RUBLE SIGN " data-name="uni20BD" data-cp="20BD" href="#glyphs/uni20BD">₽</a> <a title="euro U+20AC EURO SIGN " data-name="euro" data-cp="20AC" href="#glyphs/euro">€</a> <a title="uni20B9 U+20B9 INDIAN RUPEE SIGN " data-name="uni20B9" data-cp="20B9" href="#glyphs/uni20B9">₹</a> <a title="tenge U+20B8 TENGE SIGN " data-name="tenge" data-cp="20B8" href="#glyphs/tenge">₸</a> <a title="peseta U+20A7 PESETA SIGN " data-name="peseta" data-cp="20A7" href="#glyphs/peseta">₧</a> <a title="peso U+20B1 PESO SIGN " data-name="peso" data-cp="20B1" href="#glyphs/peso">₱</a> <a title="kip U+20AD KIP SIGN " data-name="kip" data-cp="20AD" href="#glyphs/kip">₭</a> <a title="won U+20A9 WON SIGN " data-name="won" data-cp="20A9" href="#glyphs/won">₩</a> <a title="lira U+20A4 LIRA SIGN " data-name="lira" data-cp="20A4" href="#glyphs/lira">₤</a> <a title="austral U+20B3 AUSTRAL SIGN " data-name="austral" data-cp="20B3" href="#glyphs/austral">₳</a> <a title="hryvnia U+20B4 HRYVNIA SIGN " data-name="hryvnia" data-cp="20B4" href="#glyphs/hryvnia">₴</a> <a title="naira U+20A6 NAIRA SIGN " data-name="naira" data-cp="20A6" href="#glyphs/naira">₦</a> <a title="guarani U+20B2 GUARANI SIGN " data-name="guarani" data-cp="20B2" href="#glyphs/guarani">₲</a> <a title="coloncurrency U+20A1 COLON SIGN " data-name="coloncurrency" data-cp="20A1" href="#glyphs/coloncurrency">₡</a> <a title="cedi U+20B5 CEDI SIGN " data-name="cedi" data-cp="20B5" href="#glyphs/cedi">₵</a> <a title="cruzeiro U+20A2 CRUZEIRO SIGN " data-name="cruzeiro" data-cp="20A2" href="#glyphs/cruzeiro">₢</a> <a title="tugrik U+20AE TUGRIK SIGN " data-name="tugrik" data-cp="20AE" href="#glyphs/tugrik">₮</a> <a title="drachma U+20AF DRACHMA SIGN " data-name="drachma" data-cp="20AF" href="#glyphs/drachma">₯</a> <a title="mill U+20A5 MILL SIGN " data-name="mill" data-cp="20A5" href="#glyphs/mill">₥</a> <a title="afii57636 U+20AA NEW SHEQEL SIGN " data-name="afii57636" data-cp="20AA" href="#glyphs/afii57636">₪</a> <a title="manat U+20BC MANAT SIGN " data-name="manat" data-cp="20BC" href="#glyphs/manat">₼</a> <a title="rupee U+20A8 RUPEE SIGN " data-name="rupee" data-cp="20A8" href="#glyphs/rupee">₨</a> <a title="lari U+20BE LARI SIGN " data-name="lari" data-cp="20BE" href="#glyphs/lari">₾</a> <a title="franc U+20A3 FRENCH FRANC SIGN " data-name="franc" data-cp="20A3" href="#glyphs/franc">₣</a> <a title="baht U+0E3F THAI CURRENCY SYMBOL BAHT " data-name="baht" data-cp="0E3F" href="#glyphs/baht">฿</a> <a title="bitcoin U+20BF BITCOIN SIGN " data-name="bitcoin" data-cp="20BF" href="#glyphs/bitcoin">₿</a> <a title="zero U+0030 DIGIT ZERO " data-name="zero" data-cp="0030" href="#glyphs/zero">0</a> <a title="one U+0031 DIGIT ONE " data-name="one" data-cp="0031" href="#glyphs/one">1</a> <a title="two U+0032 DIGIT TWO " data-name="two" data-cp="0032" href="#glyphs/two">2</a> <a title="twostroke U+01BB LATIN LETTER TWO WITH STROKE " data-name="twostroke" data-cp="01BB" href="#glyphs/twostroke">ƻ</a> <a title="three U+0033 DIGIT THREE " data-name="three" data-cp="0033" href="#glyphs/three">3</a> <a title="four U+0034 DIGIT FOUR " data-name="four" data-cp="0034" href="#glyphs/four">4</a> <a title="five U+0035 DIGIT FIVE " data-name="five" data-cp="0035" href="#glyphs/five">5</a> <a title="Tonefive U+01BC LATIN CAPITAL LETTER TONE FIVE " data-name="Tonefive" data-cp="01BC" href="#glyphs/Tonefive">Ƽ</a> <a title="six U+0036 DIGIT SIX " data-name="six" data-cp="0036" href="#glyphs/six">6</a> <a title="seven U+0037 DIGIT SEVEN " data-name="seven" data-cp="0037" href="#glyphs/seven">7</a> <a title="eight U+0038 DIGIT EIGHT " data-name="eight" data-cp="0038" href="#glyphs/eight">8</a> <a title="nine U+0039 DIGIT NINE " data-name="nine" data-cp="0039" href="#glyphs/nine">9</a> <a title="zero.slash U+E06B" data-name="zero.slash" data-cp="E06B" href="#glyphs/zero.slash"></a> <a title="one.ss01 U+E06C" data-name="one.ss01" data-cp="E06C" href="#glyphs/one.ss01"></a> <a title="three.1 U+E06D" data-name="three.1" data-cp="E06D" href="#glyphs/three.1"></a> <a title="four.ss01 U+E06E" data-name="four.ss01" data-cp="E06E" href="#glyphs/four.ss01"></a> <a title="six.ss01 U+E06F" data-name="six.ss01" data-cp="E06F" href="#glyphs/six.ss01"></a> <a title="nine.ss01 U+E070" data-name="nine.ss01" data-cp="E070" href="#glyphs/nine.ss01"></a> <a title="zero.tf U+E071" data-name="zero.tf" data-cp="E071" href="#glyphs/zero.tf"></a> <a title="one.tf U+E072" data-name="one.tf" data-cp="E072" href="#glyphs/one.tf"></a> <a title="two.tf U+E073" data-name="two.tf" data-cp="E073" href="#glyphs/two.tf"></a> <a title="three.tf U+E074" data-name="three.tf" data-cp="E074" href="#glyphs/three.tf"></a> <a title="four.tf U+E075" data-name="four.tf" data-cp="E075" href="#glyphs/four.tf"></a> <a title="five.tf U+E076" data-name="five.tf" data-cp="E076" href="#glyphs/five.tf"></a> <a title="six.tf U+E077" data-name="six.tf" data-cp="E077" href="#glyphs/six.tf"></a> <a title="seven.tf U+E078" data-name="seven.tf" data-cp="E078" href="#glyphs/seven.tf"></a> <a title="eight.tf U+E079" data-name="eight.tf" data-cp="E079" href="#glyphs/eight.tf"></a> <a title="nine.tf U+E07A" data-name="nine.tf" data-cp="E07A" href="#glyphs/nine.tf"></a> <a title="zero.tf.slash U+E07B" data-name="zero.tf.slash" data-cp="E07B" href="#glyphs/zero.tf.slash"></a> <a title="one.tf.ss01 U+E07C" data-name="one.tf.ss01" data-cp="E07C" href="#glyphs/one.tf.ss01"></a> <a title="three.1.tf U+E07D" data-name="three.1.tf" data-cp="E07D" href="#glyphs/three.1.tf"></a> <a title="four.tf.ss01 U+E07E" data-name="four.tf.ss01" data-cp="E07E" href="#glyphs/four.tf.ss01"></a> <a title="six.tf.ss01 U+E07F" data-name="six.tf.ss01" data-cp="E07F" href="#glyphs/six.tf.ss01"></a> <a title="nine.tf.ss01 U+E080" data-name="nine.tf.ss01" data-cp="E080" href="#glyphs/nine.tf.ss01"></a> <a title="comma.tf U+E093" data-name="comma.tf" data-cp="E093" href="#glyphs/comma.tf"></a> <a title="period.tf U+E094" data-name="period.tf" data-cp="E094" href="#glyphs/period.tf"></a> <a title="colon.tf U+E095" data-name="colon.tf" data-cp="E095" href="#glyphs/colon.tf"></a> <a title="colon.case.tf U+EE47" data-name="colon.case.tf" data-cp="EE47" href="#glyphs/colon.case.tf"></a> <a title="semicolon.tf U+E096" data-name="semicolon.tf" data-cp="E096" href="#glyphs/semicolon.tf"></a> <a title="parenleft.tf U+EE48" data-name="parenleft.tf" data-cp="EE48" href="#glyphs/parenleft.tf"></a> <a title="parenright.tf U+EE49" data-name="parenright.tf" data-cp="EE49" href="#glyphs/parenright.tf"></a> <a title="braceleft.tf U+EE4A" data-name="braceleft.tf" data-cp="EE4A" href="#glyphs/braceleft.tf"></a> <a title="braceright.tf U+EE4B" data-name="braceright.tf" data-cp="EE4B" href="#glyphs/braceright.tf"></a> <a title="bracketleft.tf U+EE4C" data-name="bracketleft.tf" data-cp="EE4C" href="#glyphs/bracketleft.tf"></a> <a title="bracketright.tf U+EE4D" data-name="bracketright.tf" data-cp="EE4D" href="#glyphs/bracketright.tf"></a> <a title="parenleft.case.tf U+EE4E" data-name="parenleft.case.tf" data-cp="EE4E" href="#glyphs/parenleft.case.tf"></a> <a title="parenright.case.tf U+EE4F" data-name="parenright.case.tf" data-cp="EE4F" href="#glyphs/parenright.case.tf"></a> <a title="braceleft.case.tf U+EE50" data-name="braceleft.case.tf" data-cp="EE50" href="#glyphs/braceleft.case.tf"></a> <a title="braceright.case.tf U+EE51" data-name="braceright.case.tf" data-cp="EE51" href="#glyphs/braceright.case.tf"></a> <a title="bracketleft.case.tf U+EE52" data-name="bracketleft.case.tf" data-cp="EE52" href="#glyphs/bracketleft.case.tf"></a> <a title="bracketright.case.tf U+EE53" data-name="bracketright.case.tf" data-cp="EE53" href="#glyphs/bracketright.case.tf"></a> <a title="hyphen.tf U+EE54" data-name="hyphen.tf" data-cp="EE54" href="#glyphs/hyphen.tf"></a> <a title="hyphen.case.tf U+EE55" data-name="hyphen.case.tf" data-cp="EE55" href="#glyphs/hyphen.case.tf"></a> <a title="less.tf U+EE56" data-name="less.tf" data-cp="EE56" href="#glyphs/less.tf"></a> <a title="greater.tf U+EE57" data-name="greater.tf" data-cp="EE57" href="#glyphs/greater.tf"></a> <a title="lessequal.tf U+EE58" data-name="lessequal.tf" data-cp="EE58" href="#glyphs/lessequal.tf"></a> <a title="greaterequal.tf U+EE59" data-name="greaterequal.tf" data-cp="EE59" href="#glyphs/greaterequal.tf"></a> <a title="equal.tf U+EE5A" data-name="equal.tf" data-cp="EE5A" href="#glyphs/equal.tf"></a> <a title="notequal.tf U+EE5B" data-name="notequal.tf" data-cp="EE5B" href="#glyphs/notequal.tf"></a> <a title="plus.tf U+EE5C" data-name="plus.tf" data-cp="EE5C" href="#glyphs/plus.tf"></a> <a title="minus.tf U+EE5D" data-name="minus.tf" data-cp="EE5D" href="#glyphs/minus.tf"></a> <a title="multiply.tf U+EE5E" data-name="multiply.tf" data-cp="EE5E" href="#glyphs/multiply.tf"></a> <a title="divide.tf U+EE5F" data-name="divide.tf" data-cp="EE5F" href="#glyphs/divide.tf"></a> <a title="plusminus.tf U+EE60" data-name="plusminus.tf" data-cp="EE60" href="#glyphs/plusminus.tf"></a> <a title="approxequal.tf U+EE61" data-name="approxequal.tf" data-cp="EE61" href="#glyphs/approxequal.tf"></a> <a title="asciitilde.tf U+EE62" data-name="asciitilde.tf" data-cp="EE62" href="#glyphs/asciitilde.tf"></a> <a title="asterisk.tf U+EE63" data-name="asterisk.tf" data-cp="EE63" href="#glyphs/asterisk.tf"></a> <a title="less.case.tf U+EE64" data-name="less.case.tf" data-cp="EE64" href="#glyphs/less.case.tf"></a> <a title="greater.case.tf U+EE65" data-name="greater.case.tf" data-cp="EE65" href="#glyphs/greater.case.tf"></a> <a title="lessequal.case.tf U+EE66" data-name="lessequal.case.tf" data-cp="EE66" href="#glyphs/lessequal.case.tf"></a> <a title="greaterequal.case.tf U+EE67" data-name="greaterequal.case.tf" data-cp="EE67" href="#glyphs/greaterequal.case.tf"></a> <a title="equal.case.tf U+EE68" data-name="equal.case.tf" data-cp="EE68" href="#glyphs/equal.case.tf"></a> <a title="notequal.case.tf U+EE69" data-name="notequal.case.tf" data-cp="EE69" href="#glyphs/notequal.case.tf"></a> <a title="plus.case.tf U+EE6A" data-name="plus.case.tf" data-cp="EE6A" href="#glyphs/plus.case.tf"></a> <a title="minus.case.tf U+EE6B" data-name="minus.case.tf" data-cp="EE6B" href="#glyphs/minus.case.tf"></a> <a title="multiply.case.tf U+EE6C" data-name="multiply.case.tf" data-cp="EE6C" href="#glyphs/multiply.case.tf"></a> <a title="divide.case.tf U+EE6D" data-name="divide.case.tf" data-cp="EE6D" href="#glyphs/divide.case.tf"></a> <a title="plusminus.case.tf U+EE6E" data-name="plusminus.case.tf" data-cp="EE6E" href="#glyphs/plusminus.case.tf"></a> <a title="approxequal.case.tf U+EE6F" data-name="approxequal.case.tf" data-cp="EE6F" href="#glyphs/approxequal.case.tf"></a> <a title="asciitilde.case.tf U+EE70" data-name="asciitilde.case.tf" data-cp="EE70" href="#glyphs/asciitilde.case.tf"></a> <a title="asterisk.case.tf U+EE71" data-name="asterisk.case.tf" data-cp="EE71" href="#glyphs/asterisk.case.tf"></a> <a title="ampersand U+0026 AMPERSAND " data-name="ampersand" data-cp="0026" href="#glyphs/ampersand">&</a> <a title="etTironian U+204A TIRONIAN SIGN ET " data-name="etTironian" data-cp="204A" href="#glyphs/etTironian">⁊</a> <a title="exclam U+0021 EXCLAMATION MARK " data-name="exclam" data-cp="0021" href="#glyphs/exclam">!</a> <a title="exclamdbl U+203C DOUBLE EXCLAMATION MARK " data-name="exclamdbl" data-cp="203C" href="#glyphs/exclamdbl">‼</a> <a title="exclamdown U+00A1 INVERTED EXCLAMATION MARK " data-name="exclamdown" data-cp="00A1" href="#glyphs/exclamdown">¡</a> <a title="uni2049 U+2049 EXCLAMATION QUESTION MARK " data-name="uni2049" data-cp="2049" href="#glyphs/uni2049">⁉</a> <a title="question U+003F QUESTION MARK " data-name="question" data-cp="003F" href="#glyphs/question">?</a> <a title="uni2047 U+2047 DOUBLE QUESTION MARK " data-name="uni2047" data-cp="2047" href="#glyphs/uni2047">⁇</a> <a title="uni2048 U+2048 QUESTION EXCLAMATION MARK " data-name="uni2048" data-cp="2048" href="#glyphs/uni2048">⁈</a> <a title="questiondown U+00BF INVERTED QUESTION MARK " data-name="questiondown" data-cp="00BF" href="#glyphs/questiondown">¿</a> <a title="interrobang U+203D INTERROBANG " data-name="interrobang" data-cp="203D" href="#glyphs/interrobang">‽</a> <a title="invertedinterrobang U+2E18 INVERTED INTERROBANG " data-name="invertedinterrobang" data-cp="2E18" href="#glyphs/invertedinterrobang">⸘</a> <a title="parenleft U+0028 LEFT PARENTHESIS " data-name="parenleft" data-cp="0028" href="#glyphs/parenleft">(</a> <a title="parenright U+0029 RIGHT PARENTHESIS " data-name="parenright" data-cp="0029" href="#glyphs/parenright">)</a> <a title="bracketleft U+005B LEFT SQUARE BRACKET " data-name="bracketleft" data-cp="005B" href="#glyphs/bracketleft">[</a> <a title="bracketleft_quill U+2045 LEFT SQUARE BRACKET WITH QUILL " data-name="bracketleft_quill" data-cp="2045" href="#glyphs/bracketleft_quill">⁅</a> <a title="bracketright U+005D RIGHT SQUARE BRACKET " data-name="bracketright" data-cp="005D" href="#glyphs/bracketright">]</a> <a title="bracketright_quill U+2046 RIGHT SQUARE BRACKET WITH QUILL " data-name="bracketright_quill" data-cp="2046" href="#glyphs/bracketright_quill">⁆</a> <a title="braceleft U+007B LEFT CURLY BRACKET " data-name="braceleft" data-cp="007B" href="#glyphs/braceleft">{</a> <a title="braceright U+007D RIGHT CURLY BRACKET " data-name="braceright" data-cp="007D" href="#glyphs/braceright">}</a> <a title="at U+0040 COMMERCIAL AT " data-name="at" data-cp="0040" href="#glyphs/at">@</a> <a title="parenleft.case U+E081" data-name="parenleft.case" data-cp="E081" href="#glyphs/parenleft.case"></a> <a title="parenright.case U+E082" data-name="parenright.case" data-cp="E082" href="#glyphs/parenright.case"></a> <a title="bracketleft.case U+E083" data-name="bracketleft.case" data-cp="E083" href="#glyphs/bracketleft.case"></a> <a title="bracketright.case U+E084" data-name="bracketright.case" data-cp="E084" href="#glyphs/bracketright.case"></a> <a title="braceleft.case U+E085" data-name="braceleft.case" data-cp="E085" href="#glyphs/braceleft.case"></a> <a title="braceright.case U+E086" data-name="braceright.case" data-cp="E086" href="#glyphs/braceright.case"></a> <a title="at.case U+E087" data-name="at.case" data-cp="E087" href="#glyphs/at.case"></a> <a title="numbersign U+0023 NUMBER SIGN " data-name="numbersign" data-cp="0023" href="#glyphs/numbersign">#</a> <a title="currency U+00A4 CURRENCY SIGN " data-name="currency" data-cp="00A4" href="#glyphs/currency">¤</a> <a title="slash U+002F SOLIDUS " data-name="slash" data-cp="002F" href="#glyphs/slash">/</a> <a title="bar U+007C VERTICAL LINE " data-name="bar" data-cp="007C" href="#glyphs/bar">|</a> <a title="brokenbar U+00A6 BROKEN BAR " data-name="brokenbar" data-cp="00A6" href="#glyphs/brokenbar">¦</a> <a title="backslash U+005C REVERSE SOLIDUS " data-name="backslash" data-cp="005C" href="#glyphs/backslash">\</a> <a title="hyphen U+002D HYPHEN-MINUS " data-name="hyphen" data-cp="002D" href="#glyphs/hyphen">-</a> <a title="endash U+2013 EN DASH " data-name="endash" data-cp="2013" href="#glyphs/endash">–</a> <a title="figuredash U+2012 FIGURE DASH " data-name="figuredash" data-cp="2012" href="#glyphs/figuredash">‒</a> <a title="emdash U+2014 EM DASH " data-name="emdash" data-cp="2014" href="#glyphs/emdash">—</a> <a title="horizontalbar U+2015 HORIZONTAL BAR " data-name="horizontalbar" data-cp="2015" href="#glyphs/horizontalbar">―</a> <a title="bullet U+2022 BULLET " data-name="bullet" data-cp="2022" href="#glyphs/bullet">•</a> <a title="openbullet U+25E6 WHITE BULLET " data-name="openbullet" data-cp="25E6" href="#glyphs/openbullet">◦</a> <a title="hyphenbullet U+2043 HYPHEN BULLET " data-name="hyphenbullet" data-cp="2043" href="#glyphs/hyphenbullet">⁃</a> <a title="trianglebullet U+2023 TRIANGULAR BULLET " data-name="trianglebullet" data-cp="2023" href="#glyphs/trianglebullet">‣</a> <a title="blackleftbullet U+204C BLACK LEFTWARDS BULLET " data-name="blackleftbullet" data-cp="204C" href="#glyphs/blackleftbullet">⁌</a> <a title="blackrightbullet U+204D BLACK RIGHTWARDS BULLET " data-name="blackrightbullet" data-cp="204D" href="#glyphs/blackrightbullet">⁍</a> <a title="blackSmallSquare U+25AA BLACK SMALL SQUARE " data-name="blackSmallSquare" data-cp="25AA" href="#glyphs/blackSmallSquare">▪</a> <a title="hyphen.case U+E088" data-name="hyphen.case" data-cp="E088" href="#glyphs/hyphen.case"></a> <a title="endash.case U+E089" data-name="endash.case" data-cp="E089" href="#glyphs/endash.case"></a> <a title="figuredash.case U+E08A" data-name="figuredash.case" data-cp="E08A" href="#glyphs/figuredash.case"></a> <a title="emdash.case U+E08B" data-name="emdash.case" data-cp="E08B" href="#glyphs/emdash.case"></a> <a title="bullet.case U+E08C" data-name="bullet.case" data-cp="E08C" href="#glyphs/bullet.case"></a> <a title="openbullet.case U+E08D" data-name="openbullet.case" data-cp="E08D" href="#glyphs/openbullet.case"></a> <a title="hyphenbullet.case U+E08E" data-name="hyphenbullet.case" data-cp="E08E" href="#glyphs/hyphenbullet.case"></a> <a title="trianglebullet.case U+E08F" data-name="trianglebullet.case" data-cp="E08F" href="#glyphs/trianglebullet.case"></a> <a title="blackleftbullet.case U+E090" data-name="blackleftbullet.case" data-cp="E090" href="#glyphs/blackleftbullet.case"></a> <a title="blackrightbullet.case U+E091" data-name="blackrightbullet.case" data-cp="E091" href="#glyphs/blackrightbullet.case"></a> <a title="blackSmallSquare.case U+E1C3" data-name="blackSmallSquare.case" data-cp="E1C3" href="#glyphs/blackSmallSquare.case"></a> <a title="quoteleft U+2018 LEFT SINGLE QUOTATION MARK " data-name="quoteleft" data-cp="2018" href="#glyphs/quoteleft">‘</a> <a title="quoteright U+2019 RIGHT SINGLE QUOTATION MARK " data-name="quoteright" data-cp="2019" href="#glyphs/quoteright">’</a> <a title="quotesingle U+0027 APOSTROPHE " data-name="quotesingle" data-cp="0027" href="#glyphs/quotesingle">'</a> <a title="quotedbl U+0022 QUOTATION MARK " data-name="quotedbl" data-cp="0022" href="#glyphs/quotedbl">"</a> <a title="quotedblleft U+201C LEFT DOUBLE QUOTATION MARK " data-name="quotedblleft" data-cp="201C" href="#glyphs/quotedblleft">“</a> <a title="quotedblright U+201D RIGHT DOUBLE QUOTATION MARK " data-name="quotedblright" data-cp="201D" href="#glyphs/quotedblright">”</a> <a title="quotedblbase U+201E DOUBLE LOW-9 QUOTATION MARK " data-name="quotedblbase" data-cp="201E" href="#glyphs/quotedblbase">„</a> <a title="quotesinglbase U+201A SINGLE LOW-9 QUOTATION MARK " data-name="quotesinglbase" data-cp="201A" href="#glyphs/quotesinglbase">‚</a> <a title="quotereversed U+201B SINGLE HIGH-REVERSED-9 QUOTATION MARK " data-name="quotereversed" data-cp="201B" href="#glyphs/quotereversed">‛</a> <a title="quotedblreversed U+201F DOUBLE HIGH-REVERSED-9 QUOTATION MARK " data-name="quotedblreversed" data-cp="201F" href="#glyphs/quotedblreversed">‟</a> <a title="prime U+2032 PRIME " data-name="prime" data-cp="2032" href="#glyphs/prime">′</a> <a title="doubleprime U+2033 DOUBLE PRIME " data-name="doubleprime" data-cp="2033" href="#glyphs/doubleprime">″</a> <a title="tripleprime U+2034 TRIPLE PRIME " data-name="tripleprime" data-cp="2034" href="#glyphs/tripleprime">‴</a> <a title="quadrupleprime U+2057 QUADRUPLE PRIME " data-name="quadrupleprime" data-cp="2057" href="#glyphs/quadrupleprime">⁗</a> <a title="primerev U+2035 REVERSED PRIME " data-name="primerev" data-cp="2035" href="#glyphs/primerev">‵</a> <a title="doubleprimerev U+2036 REVERSED DOUBLE PRIME " data-name="doubleprimerev" data-cp="2036" href="#glyphs/doubleprimerev">‶</a> <a title="tripleprimerev U+2037 REVERSED TRIPLE PRIME " data-name="tripleprimerev" data-cp="2037" href="#glyphs/tripleprimerev">‷</a> <a title="primemod U+02B9 MODIFIER LETTER PRIME " data-name="primemod" data-cp="02B9" href="#glyphs/primemod">ʹ</a> <a title="doubleprimemod U+02BA MODIFIER LETTER DOUBLE PRIME " data-name="doubleprimemod" data-cp="02BA" href="#glyphs/doubleprimemod">ʺ</a> <a title="comma U+002C COMMA " data-name="comma" data-cp="002C" href="#glyphs/comma">,</a> <a title="period U+002E FULL STOP " data-name="period" data-cp="002E" href="#glyphs/period">.</a> <a title="ellipsis U+2026 HORIZONTAL ELLIPSIS " data-name="ellipsis" data-cp="2026" href="#glyphs/ellipsis">…</a> <a title="twodotleader U+2025 TWO DOT LEADER " data-name="twodotleader" data-cp="2025" href="#glyphs/twodotleader">‥</a> <a title="colon U+003A COLON " data-name="colon" data-cp="003A" href="#glyphs/colon">:</a> <a title="colon.case U+E092" data-name="colon.case" data-cp="E092" href="#glyphs/colon.case"></a> <a title="ratio U+2236 RATIO " data-name="ratio" data-cp="2236" href="#glyphs/ratio">∶</a> <a title="semicolon U+003B SEMICOLON " data-name="semicolon" data-cp="003B" href="#glyphs/semicolon">;</a> <a title="periodcentered U+00B7 MIDDLE DOT " data-name="periodcentered" data-cp="00B7" href="#glyphs/periodcentered">·</a> <a title="anoteleia U+0387 GREEK ANO TELEIA " data-name="anoteleia" data-cp="0387" href="#glyphs/anoteleia">·</a> <a title="questiongreek U+037E GREEK QUESTION MARK " data-name="questiongreek" data-cp="037E" href="#glyphs/questiongreek">;</a> <a title="guilsinglleft U+2039 SINGLE LEFT-POINTING ANGLE QUOTATION MARK " data-name="guilsinglleft" data-cp="2039" href="#glyphs/guilsinglleft">‹</a> <a title="guilsinglright U+203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK " data-name="guilsinglright" data-cp="203A" href="#glyphs/guilsinglright">›</a> <a title="guillemetleft U+00AB LEFT-POINTING DOUBLE ANGLE QUOTATION MARK " data-name="guillemetleft" data-cp="00AB" href="#glyphs/guillemetleft">«</a> <a title="guillemetright U+00BB RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK " data-name="guillemetright" data-cp="00BB" href="#glyphs/guillemetright">»</a> <a title="less U+003C LESS-THAN SIGN " data-name="less" data-cp="003C" href="#glyphs/less"><</a> <a title="greater U+003E GREATER-THAN SIGN " data-name="greater" data-cp="003E" href="#glyphs/greater">></a> <a title="lessequal U+2264 LESS-THAN OR EQUAL TO " data-name="lessequal" data-cp="2264" href="#glyphs/lessequal">≤</a> <a title="greaterequal U+2265 GREATER-THAN OR EQUAL TO " data-name="greaterequal" data-cp="2265" href="#glyphs/greaterequal">≥</a> <a title="equal U+003D EQUALS SIGN " data-name="equal" data-cp="003D" href="#glyphs/equal">=</a> <a title="notequal U+2260 NOT EQUAL TO " data-name="notequal" data-cp="2260" href="#glyphs/notequal">≠</a> <a title="plus U+002B PLUS SIGN " data-name="plus" data-cp="002B" href="#glyphs/plus">+</a> <a title="minus U+2212 MINUS SIGN " data-name="minus" data-cp="2212" href="#glyphs/minus">−</a> <a title="multiply U+00D7 MULTIPLICATION SIGN " data-name="multiply" data-cp="00D7" href="#glyphs/multiply">×</a> <a title="divide U+00F7 DIVISION SIGN " data-name="divide" data-cp="00F7" href="#glyphs/divide">÷</a> <a title="plusminus U+00B1 PLUS-MINUS SIGN " data-name="plusminus" data-cp="00B1" href="#glyphs/plusminus">±</a> <a title="approxequal U+2248 ALMOST EQUAL TO " data-name="approxequal" data-cp="2248" href="#glyphs/approxequal">≈</a> <a title="asciitilde U+007E TILDE " data-name="asciitilde" data-cp="007E" href="#glyphs/asciitilde">~</a> <a title="less.case U+E097" data-name="less.case" data-cp="E097" href="#glyphs/less.case"></a> <a title="greater.case U+E098" data-name="greater.case" data-cp="E098" href="#glyphs/greater.case"></a> <a title="lessequal.case U+E099" data-name="lessequal.case" data-cp="E099" href="#glyphs/lessequal.case"></a> <a title="greaterequal.case U+E09A" data-name="greaterequal.case" data-cp="E09A" href="#glyphs/greaterequal.case"></a> <a title="equal.case U+E09B" data-name="equal.case" data-cp="E09B" href="#glyphs/equal.case"></a> <a title="notequal.case U+E09C" data-name="notequal.case" data-cp="E09C" href="#glyphs/notequal.case"></a> <a title="plus.case U+E09D" data-name="plus.case" data-cp="E09D" href="#glyphs/plus.case"></a> <a title="minus.case U+E09E" data-name="minus.case" data-cp="E09E" href="#glyphs/minus.case"></a> <a title="multiply.case U+E09F" data-name="multiply.case" data-cp="E09F" href="#glyphs/multiply.case"></a> <a title="divide.case U+E0A0" data-name="divide.case" data-cp="E0A0" href="#glyphs/divide.case"></a> <a title="plusminus.case U+E0A1" data-name="plusminus.case" data-cp="E0A1" href="#glyphs/plusminus.case"></a> <a title="approxequal.case U+E0A2" data-name="approxequal.case" data-cp="E0A2" href="#glyphs/approxequal.case"></a> <a title="asciitilde.case U+E0A3" data-name="asciitilde.case" data-cp="E0A3" href="#glyphs/asciitilde.case"></a> <a title="logicalnot U+00AC NOT SIGN " data-name="logicalnot" data-cp="00AC" href="#glyphs/logicalnot">¬</a> <a title="dagger U+2020 DAGGER " data-name="dagger" data-cp="2020" href="#glyphs/dagger">†</a> <a title="daggerdbl U+2021 DOUBLE DAGGER " data-name="daggerdbl" data-cp="2021" href="#glyphs/daggerdbl">‡</a> <a title="asciicircum U+005E CIRCUMFLEX ACCENT " data-name="asciicircum" data-cp="005E" href="#glyphs/asciicircum">^</a> <a title="asterisk U+002A ASTERISK " data-name="asterisk" data-cp="002A" href="#glyphs/asterisk">*</a> <a title="asterisk.case U+E0A4" data-name="asterisk.case" data-cp="E0A4" href="#glyphs/asterisk.case"></a> <a title="registered U+00AE REGISTERED SIGN " data-name="registered" data-cp="00AE" href="#glyphs/registered">®</a> <a title="copyright U+00A9 COPYRIGHT SIGN " data-name="copyright" data-cp="00A9" href="#glyphs/copyright">©</a> <a title="copyleft U+1F12F COPYLEFT SYMBOL " data-name="copyleft" data-cp="1F12F" href="#glyphs/copyleft">🄯</a> <a title="published U+2117 SOUND RECORDING COPYRIGHT " data-name="published" data-cp="2117" href="#glyphs/published">℗</a> <a title="trademark U+2122 TRADE MARK SIGN " data-name="trademark" data-cp="2122" href="#glyphs/trademark">™</a> <a title="servicemark U+2120 SERVICE MARK " data-name="servicemark" data-cp="2120" href="#glyphs/servicemark">℠</a> <a title="tel U+2121 TELEPHONE SIGN " data-name="tel" data-cp="2121" href="#glyphs/tel">℡</a> <a title="uni213B U+213B FACSIMILE SIGN " data-name="uni213B" data-cp="213B" href="#glyphs/uni213B">℻</a> <a title="uni1F16B U+1F16B RAISED MD SIGN " data-name="uni1F16B" data-cp="1F16B" href="#glyphs/uni1F16B">🅫</a> <a title="uni1F16A U+1F16A RAISED MC SIGN " data-name="uni1F16A" data-cp="1F16A" href="#glyphs/uni1F16A">🅪</a> <a title="degree U+00B0 DEGREE SIGN " data-name="degree" data-cp="00B0" href="#glyphs/degree">°</a> <a title="ordfeminine U+00AA FEMININE ORDINAL INDICATOR " data-name="ordfeminine" data-cp="00AA" href="#glyphs/ordfeminine">ª</a> <a title="ordmasculine U+00BA MASCULINE ORDINAL INDICATOR " data-name="ordmasculine" data-cp="00BA" href="#glyphs/ordmasculine">º</a> <a title="i.numr U+E0A5" data-name="i.numr" data-cp="E0A5" href="#glyphs/i.numr"></a> <a title="n.numr U+E0A6" data-name="n.numr" data-cp="E0A6" href="#glyphs/n.numr"></a> <a title="paragraph U+00B6 PILCROW SIGN " data-name="paragraph" data-cp="00B6" href="#glyphs/paragraph">¶</a> <a title="paragraphreversed U+204B REVERSED PILCROW SIGN " data-name="paragraphreversed" data-cp="204B" href="#glyphs/paragraphreversed">⁋</a> <a title="section U+00A7 SECTION SIGN " data-name="section" data-cp="00A7" href="#glyphs/section">§</a> <a title="infinity U+221E INFINITY " data-name="infinity" data-cp="221E" href="#glyphs/infinity">∞</a> <a title="partialdiff U+2202 PARTIAL DIFFERENTIAL " data-name="partialdiff" data-cp="2202" href="#glyphs/partialdiff">∂</a> <a title="summation U+2211 N-ARY SUMMATION " data-name="summation" data-cp="2211" href="#glyphs/summation">∑</a> <a title="product U+220F N-ARY PRODUCT " data-name="product" data-cp="220F" href="#glyphs/product">∏</a> <a title="integral U+222B INTEGRAL " data-name="integral" data-cp="222B" href="#glyphs/integral">∫</a> <a title="radical U+221A SQUARE ROOT " data-name="radical" data-cp="221A" href="#glyphs/radical">√</a> <a title="emptyset U+2205 EMPTY SET " data-name="emptyset" data-cp="2205" href="#glyphs/emptyset">∅</a> <a title="lozenge U+25CA LOZENGE " data-name="lozenge" data-cp="25CA" href="#glyphs/lozenge">◊</a> <a title="a.sups U+1D43 MODIFIER LETTER SMALL A " data-name="a.sups" data-cp="1D43" href="#glyphs/a.sups">ᵃ</a> <a title="b.sups U+1D47 MODIFIER LETTER SMALL B " data-name="b.sups" data-cp="1D47" href="#glyphs/b.sups">ᵇ</a> <a title="c.sups U+1D9C MODIFIER LETTER SMALL C " data-name="c.sups" data-cp="1D9C" href="#glyphs/c.sups">ᶜ</a> <a title="d.sups U+1D48 MODIFIER LETTER SMALL D " data-name="d.sups" data-cp="1D48" href="#glyphs/d.sups">ᵈ</a> <a title="e.sups U+1D49 MODIFIER LETTER SMALL E " data-name="e.sups" data-cp="1D49" href="#glyphs/e.sups">ᵉ</a> <a title="f.sups U+1DA0 MODIFIER LETTER SMALL F " data-name="f.sups" data-cp="1DA0" href="#glyphs/f.sups">ᶠ</a> <a title="g.sups U+1D4D MODIFIER LETTER SMALL G " data-name="g.sups" data-cp="1D4D" href="#glyphs/g.sups">ᵍ</a> <a title="h.sups U+02B0 MODIFIER LETTER SMALL H " data-name="h.sups" data-cp="02B0" href="#glyphs/h.sups">ʰ</a> <a title="i.sups U+2071 SUPERSCRIPT LATIN SMALL LETTER I " data-name="i.sups" data-cp="2071" href="#glyphs/i.sups">ⁱ</a> <a title="j.sups U+02B2 MODIFIER LETTER SMALL J " data-name="j.sups" data-cp="02B2" href="#glyphs/j.sups">ʲ</a> <a title="k.sups U+1D4F MODIFIER LETTER SMALL K " data-name="k.sups" data-cp="1D4F" href="#glyphs/k.sups">ᵏ</a> <a title="l.sups U+02E1 MODIFIER LETTER SMALL L " data-name="l.sups" data-cp="02E1" href="#glyphs/l.sups">ˡ</a> <a title="m.sups U+1D50 MODIFIER LETTER SMALL M " data-name="m.sups" data-cp="1D50" href="#glyphs/m.sups">ᵐ</a> <a title="n.sups U+207F SUPERSCRIPT LATIN SMALL LETTER N " data-name="n.sups" data-cp="207F" href="#glyphs/n.sups">ⁿ</a> <a title="o.sups U+1D52 MODIFIER LETTER SMALL O " data-name="o.sups" data-cp="1D52" href="#glyphs/o.sups">ᵒ</a> <a title="p.sups U+1D56 MODIFIER LETTER SMALL P " data-name="p.sups" data-cp="1D56" href="#glyphs/p.sups">ᵖ</a> <a title="q.sups U+E163" data-name="q.sups" data-cp="E163" href="#glyphs/q.sups"></a> <a title="r.sups U+02B3 MODIFIER LETTER SMALL R " data-name="r.sups" data-cp="02B3" href="#glyphs/r.sups">ʳ</a> <a title="s.sups U+02E2 MODIFIER LETTER SMALL S " data-name="s.sups" data-cp="02E2" href="#glyphs/s.sups">ˢ</a> <a title="t.sups U+1D57 MODIFIER LETTER SMALL T " data-name="t.sups" data-cp="1D57" href="#glyphs/t.sups">ᵗ</a> <a title="u.sups U+1D58 MODIFIER LETTER SMALL U " data-name="u.sups" data-cp="1D58" href="#glyphs/u.sups">ᵘ</a> <a title="v.sups U+1D5B MODIFIER LETTER SMALL V " data-name="v.sups" data-cp="1D5B" href="#glyphs/v.sups">ᵛ</a> <a title="w.sups U+02B7 MODIFIER LETTER SMALL W " data-name="w.sups" data-cp="02B7" href="#glyphs/w.sups">ʷ</a> <a title="x.sups U+02E3 MODIFIER LETTER SMALL X " data-name="x.sups" data-cp="02E3" href="#glyphs/x.sups">ˣ</a> <a title="y.sups U+02B8 MODIFIER LETTER SMALL Y " data-name="y.sups" data-cp="02B8" href="#glyphs/y.sups">ʸ</a> <a title="z.sups U+1DBB MODIFIER LETTER SMALL Z " data-name="z.sups" data-cp="1DBB" href="#glyphs/z.sups">ᶻ</a> <a title="zero.sups U+2070 SUPERSCRIPT ZERO " data-name="zero.sups" data-cp="2070" href="#glyphs/zero.sups">⁰</a> <a title="one.sups U+00B9 SUPERSCRIPT ONE " data-name="one.sups" data-cp="00B9" href="#glyphs/one.sups">¹</a> <a title="two.sups U+00B2 SUPERSCRIPT TWO " data-name="two.sups" data-cp="00B2" href="#glyphs/two.sups">²</a> <a title="three.sups U+00B3 SUPERSCRIPT THREE " data-name="three.sups" data-cp="00B3" href="#glyphs/three.sups">³</a> <a title="four.sups U+2074 SUPERSCRIPT FOUR " data-name="four.sups" data-cp="2074" href="#glyphs/four.sups">⁴</a> <a title="five.sups U+2075 SUPERSCRIPT FIVE " data-name="five.sups" data-cp="2075" href="#glyphs/five.sups">⁵</a> <a title="six.sups U+2076 SUPERSCRIPT SIX " data-name="six.sups" data-cp="2076" href="#glyphs/six.sups">⁶</a> <a title="seven.sups U+2077 SUPERSCRIPT SEVEN " data-name="seven.sups" data-cp="2077" href="#glyphs/seven.sups">⁷</a> <a title="eight.sups U+2078 SUPERSCRIPT EIGHT " data-name="eight.sups" data-cp="2078" href="#glyphs/eight.sups">⁸</a> <a title="nine.sups U+2079 SUPERSCRIPT NINE " data-name="nine.sups" data-cp="2079" href="#glyphs/nine.sups">⁹</a> <a title="parenleft.sups U+207D SUPERSCRIPT LEFT PARENTHESIS " data-name="parenleft.sups" data-cp="207D" href="#glyphs/parenleft.sups">⁽</a> <a title="parenright.sups U+207E SUPERSCRIPT RIGHT PARENTHESIS " data-name="parenright.sups" data-cp="207E" href="#glyphs/parenright.sups">⁾</a> <a title="bracketleft.sups U+E0A7" data-name="bracketleft.sups" data-cp="E0A7" href="#glyphs/bracketleft.sups"></a> <a title="bracketright.sups U+E0A8" data-name="bracketright.sups" data-cp="E0A8" href="#glyphs/bracketright.sups"></a> <a title="plus.sups U+207A SUPERSCRIPT PLUS SIGN " data-name="plus.sups" data-cp="207A" href="#glyphs/plus.sups">⁺</a> <a title="minus.sups U+207B SUPERSCRIPT MINUS " data-name="minus.sups" data-cp="207B" href="#glyphs/minus.sups">⁻</a> <a title="equal.sups U+207C SUPERSCRIPT EQUALS SIGN " data-name="equal.sups" data-cp="207C" href="#glyphs/equal.sups">⁼</a> <a title="a.subs U+2090 LATIN SUBSCRIPT SMALL LETTER A " data-name="a.subs" data-cp="2090" href="#glyphs/a.subs">ₐ</a> <a title="b.subs U+E0A9" data-name="b.subs" data-cp="E0A9" href="#glyphs/b.subs"></a> <a title="c.subs U+E0AA" data-name="c.subs" data-cp="E0AA" href="#glyphs/c.subs"></a> <a title="d.subs U+E0AB" data-name="d.subs" data-cp="E0AB" href="#glyphs/d.subs"></a> <a title="e.subs U+2091 LATIN SUBSCRIPT SMALL LETTER E " data-name="e.subs" data-cp="2091" href="#glyphs/e.subs">ₑ</a> <a title="f.subs U+E0AC" data-name="f.subs" data-cp="E0AC" href="#glyphs/f.subs"></a> <a title="g.subs U+E0AD" data-name="g.subs" data-cp="E0AD" href="#glyphs/g.subs"></a> <a title="h.subs U+2095 LATIN SUBSCRIPT SMALL LETTER H " data-name="h.subs" data-cp="2095" href="#glyphs/h.subs">ₕ</a> <a title="i.subs U+1D62 LATIN SUBSCRIPT SMALL LETTER I " data-name="i.subs" data-cp="1D62" href="#glyphs/i.subs">ᵢ</a> <a title="j.subs U+2C7C LATIN SUBSCRIPT SMALL LETTER J " data-name="j.subs" data-cp="2C7C" href="#glyphs/j.subs">ⱼ</a> <a title="k.subs U+2096 LATIN SUBSCRIPT SMALL LETTER K " data-name="k.subs" data-cp="2096" href="#glyphs/k.subs">ₖ</a> <a title="l.subs U+2097 LATIN SUBSCRIPT SMALL LETTER L " data-name="l.subs" data-cp="2097" href="#glyphs/l.subs">ₗ</a> <a title="m.subs U+2098 LATIN SUBSCRIPT SMALL LETTER M " data-name="m.subs" data-cp="2098" href="#glyphs/m.subs">ₘ</a> <a title="n.subs U+2099 LATIN SUBSCRIPT SMALL LETTER N " data-name="n.subs" data-cp="2099" href="#glyphs/n.subs">ₙ</a> <a title="o.subs U+2092 LATIN SUBSCRIPT SMALL LETTER O " data-name="o.subs" data-cp="2092" href="#glyphs/o.subs">ₒ</a> <a title="p.subs U+209A LATIN SUBSCRIPT SMALL LETTER P " data-name="p.subs" data-cp="209A" href="#glyphs/p.subs">ₚ</a> <a title="q.subs U+E0AE" data-name="q.subs" data-cp="E0AE" href="#glyphs/q.subs"></a> <a title="r.subs U+1D63 LATIN SUBSCRIPT SMALL LETTER R " data-name="r.subs" data-cp="1D63" href="#glyphs/r.subs">ᵣ</a> <a title="s.subs U+209B LATIN SUBSCRIPT SMALL LETTER S " data-name="s.subs" data-cp="209B" href="#glyphs/s.subs">ₛ</a> <a title="t.subs U+209C LATIN SUBSCRIPT SMALL LETTER T " data-name="t.subs" data-cp="209C" href="#glyphs/t.subs">ₜ</a> <a title="u.subs U+1D64 LATIN SUBSCRIPT SMALL LETTER U " data-name="u.subs" data-cp="1D64" href="#glyphs/u.subs">ᵤ</a> <a title="v.subs U+1D65 LATIN SUBSCRIPT SMALL LETTER V " data-name="v.subs" data-cp="1D65" href="#glyphs/v.subs">ᵥ</a> <a title="w.subs U+E0AF" data-name="w.subs" data-cp="E0AF" href="#glyphs/w.subs"></a> <a title="x.subs U+2093 LATIN SUBSCRIPT SMALL LETTER X " data-name="x.subs" data-cp="2093" href="#glyphs/x.subs">ₓ</a> <a title="y.subs U+E0B0" data-name="y.subs" data-cp="E0B0" href="#glyphs/y.subs"></a> <a title="z.subs U+E0B1" data-name="z.subs" data-cp="E0B1" href="#glyphs/z.subs"></a> <a title="zero.subs U+2080 SUBSCRIPT ZERO " data-name="zero.subs" data-cp="2080" href="#glyphs/zero.subs">₀</a> <a title="one.subs U+2081 SUBSCRIPT ONE " data-name="one.subs" data-cp="2081" href="#glyphs/one.subs">₁</a> <a title="two.subs U+2082 SUBSCRIPT TWO " data-name="two.subs" data-cp="2082" href="#glyphs/two.subs">₂</a> <a title="three.subs U+2083 SUBSCRIPT THREE " data-name="three.subs" data-cp="2083" href="#glyphs/three.subs">₃</a> <a title="four.subs U+2084 SUBSCRIPT FOUR " data-name="four.subs" data-cp="2084" href="#glyphs/four.subs">₄</a> <a title="five.subs U+2085 SUBSCRIPT FIVE " data-name="five.subs" data-cp="2085" href="#glyphs/five.subs">₅</a> <a title="six.subs U+2086 SUBSCRIPT SIX " data-name="six.subs" data-cp="2086" href="#glyphs/six.subs">₆</a> <a title="seven.subs U+2087 SUBSCRIPT SEVEN " data-name="seven.subs" data-cp="2087" href="#glyphs/seven.subs">₇</a> <a title="eight.subs U+2088 SUBSCRIPT EIGHT " data-name="eight.subs" data-cp="2088" href="#glyphs/eight.subs">₈</a> <a title="nine.subs U+2089 SUBSCRIPT NINE " data-name="nine.subs" data-cp="2089" href="#glyphs/nine.subs">₉</a> <a title="parenleft.subs U+208D SUBSCRIPT LEFT PARENTHESIS " data-name="parenleft.subs" data-cp="208D" href="#glyphs/parenleft.subs">₍</a> <a title="parenright.subs U+208E SUBSCRIPT RIGHT PARENTHESIS " data-name="parenright.subs" data-cp="208E" href="#glyphs/parenright.subs">₎</a> <a title="bracketleft.subs U+E0B2" data-name="bracketleft.subs" data-cp="E0B2" href="#glyphs/bracketleft.subs"></a> <a title="bracketright.subs U+E0B3" data-name="bracketright.subs" data-cp="E0B3" href="#glyphs/bracketright.subs"></a> <a title="plus.subs U+208A SUBSCRIPT PLUS SIGN " data-name="plus.subs" data-cp="208A" href="#glyphs/plus.subs">₊</a> <a title="minus.subs U+208B SUBSCRIPT MINUS " data-name="minus.subs" data-cp="208B" href="#glyphs/minus.subs">₋</a> <a title="equal.subs U+208C SUBSCRIPT EQUALS SIGN " data-name="equal.subs" data-cp="208C" href="#glyphs/equal.subs">₌</a> <a title="fraction U+2044 FRACTION SLASH " data-name="fraction" data-cp="2044" href="#glyphs/fraction">⁄</a> <a title="zero.dnom U+E0B4" data-name="zero.dnom" data-cp="E0B4" href="#glyphs/zero.dnom"></a> <a title="one.dnom U+E0B5" data-name="one.dnom" data-cp="E0B5" href="#glyphs/one.dnom"></a> <a title="two.dnom U+E0B6" data-name="two.dnom" data-cp="E0B6" href="#glyphs/two.dnom"></a> <a title="three.dnom U+E0B7" data-name="three.dnom" data-cp="E0B7" href="#glyphs/three.dnom"></a> <a title="four.dnom U+E0B8" data-name="four.dnom" data-cp="E0B8" href="#glyphs/four.dnom"></a> <a title="five.dnom U+E0B9" data-name="five.dnom" data-cp="E0B9" href="#glyphs/five.dnom"></a> <a title="six.dnom U+E0BA" data-name="six.dnom" data-cp="E0BA" href="#glyphs/six.dnom"></a> <a title="seven.dnom U+E0BB" data-name="seven.dnom" data-cp="E0BB" href="#glyphs/seven.dnom"></a> <a title="eight.dnom U+E0BC" data-name="eight.dnom" data-cp="E0BC" href="#glyphs/eight.dnom"></a> <a title="nine.dnom U+E0BD" data-name="nine.dnom" data-cp="E0BD" href="#glyphs/nine.dnom"></a> <a title="plus.dnom U+E0C8" data-name="plus.dnom" data-cp="E0C8" href="#glyphs/plus.dnom"></a> <a title="minus.dnom U+E0C9" data-name="minus.dnom" data-cp="E0C9" href="#glyphs/minus.dnom"></a> <a title="equal.dnom U+E0CA" data-name="equal.dnom" data-cp="E0CA" href="#glyphs/equal.dnom"></a> <a title="parenleft.dnom U+E0CB" data-name="parenleft.dnom" data-cp="E0CB" href="#glyphs/parenleft.dnom"></a> <a title="parenright.dnom U+E0CC" data-name="parenright.dnom" data-cp="E0CC" href="#glyphs/parenright.dnom"></a> <a title="zero.numr U+E0DC" data-name="zero.numr" data-cp="E0DC" href="#glyphs/zero.numr"></a> <a title="one.numr U+E0DD" data-name="one.numr" data-cp="E0DD" href="#glyphs/one.numr"></a> <a title="two.numr U+E0DE" data-name="two.numr" data-cp="E0DE" href="#glyphs/two.numr"></a> <a title="three.numr U+E0DF" data-name="three.numr" data-cp="E0DF" href="#glyphs/three.numr"></a> <a title="four.numr U+E0E0" data-name="four.numr" data-cp="E0E0" href="#glyphs/four.numr"></a> <a title="five.numr U+E0E1" data-name="five.numr" data-cp="E0E1" href="#glyphs/five.numr"></a> <a title="six.numr U+E0E2" data-name="six.numr" data-cp="E0E2" href="#glyphs/six.numr"></a> <a title="seven.numr U+E0E3" data-name="seven.numr" data-cp="E0E3" href="#glyphs/seven.numr"></a> <a title="eight.numr U+E0E4" data-name="eight.numr" data-cp="E0E4" href="#glyphs/eight.numr"></a> <a title="nine.numr U+E0E5" data-name="nine.numr" data-cp="E0E5" href="#glyphs/nine.numr"></a> <a title="onefraction U+215F FRACTION NUMERATOR ONE " data-name="onefraction" data-cp="215F" href="#glyphs/onefraction">⅟</a> <a title="onehalf U+00BD VULGAR FRACTION ONE HALF " data-name="onehalf" data-cp="00BD" href="#glyphs/onehalf">½</a> <a title="zerothird U+2189 VULGAR FRACTION ZERO THIRDS " data-name="zerothird" data-cp="2189" href="#glyphs/zerothird">↉</a> <a title="onethird U+2153 VULGAR FRACTION ONE THIRD " data-name="onethird" data-cp="2153" href="#glyphs/onethird">⅓</a> <a title="twothirds U+2154 VULGAR FRACTION TWO THIRDS " data-name="twothirds" data-cp="2154" href="#glyphs/twothirds">⅔</a> <a title="onequarter U+00BC VULGAR FRACTION ONE QUARTER " data-name="onequarter" data-cp="00BC" href="#glyphs/onequarter">¼</a> <a title="threequarters U+00BE VULGAR FRACTION THREE QUARTERS " data-name="threequarters" data-cp="00BE" href="#glyphs/threequarters">¾</a> <a title="onefifth U+2155 VULGAR FRACTION ONE FIFTH " data-name="onefifth" data-cp="2155" href="#glyphs/onefifth">⅕</a> <a title="twofifths U+2156 VULGAR FRACTION TWO FIFTHS " data-name="twofifths" data-cp="2156" href="#glyphs/twofifths">⅖</a> <a title="threefifths U+2157 VULGAR FRACTION THREE FIFTHS " data-name="threefifths" data-cp="2157" href="#glyphs/threefifths">⅗</a> <a title="fourfifths U+2158 VULGAR FRACTION FOUR FIFTHS " data-name="fourfifths" data-cp="2158" href="#glyphs/fourfifths">⅘</a> <a title="onesixth U+2159 VULGAR FRACTION ONE SIXTH " data-name="onesixth" data-cp="2159" href="#glyphs/onesixth">⅙</a> <a title="fivesixths U+215A VULGAR FRACTION FIVE SIXTHS " data-name="fivesixths" data-cp="215A" href="#glyphs/fivesixths">⅚</a> <a title="oneseventh U+2150 VULGAR FRACTION ONE SEVENTH " data-name="oneseventh" data-cp="2150" href="#glyphs/oneseventh">⅐</a> <a title="oneeighth U+215B VULGAR FRACTION ONE EIGHTH " data-name="oneeighth" data-cp="215B" href="#glyphs/oneeighth">⅛</a> <a title="threeeighths U+215C VULGAR FRACTION THREE EIGHTHS " data-name="threeeighths" data-cp="215C" href="#glyphs/threeeighths">⅜</a> <a title="fiveeighths U+215D VULGAR FRACTION FIVE EIGHTHS " data-name="fiveeighths" data-cp="215D" href="#glyphs/fiveeighths">⅝</a> <a title="seveneighths U+215E VULGAR FRACTION SEVEN EIGHTHS " data-name="seveneighths" data-cp="215E" href="#glyphs/seveneighths">⅞</a> <a title="oneninth U+2151 VULGAR FRACTION ONE NINTH " data-name="oneninth" data-cp="2151" href="#glyphs/oneninth">⅑</a> <a title="onetenth U+2152 VULGAR FRACTION ONE TENTH " data-name="onetenth" data-cp="2152" href="#glyphs/onetenth">⅒</a> <a title="percent U+0025 PERCENT SIGN " data-name="percent" data-cp="0025" href="#glyphs/percent">%</a> <a title="perthousand U+2030 PER MILLE SIGN " data-name="perthousand" data-cp="2030" href="#glyphs/perthousand">‰</a> <a title="pertenthousand U+2031 PER TEN THOUSAND SIGN " data-name="pertenthousand" data-cp="2031" href="#glyphs/pertenthousand">‱</a> <a title="uni214D U+214D AKTIESELSKAB " data-name="uni214D" data-cp="214D" href="#glyphs/uni214D">⅍</a> <a title="cadauna U+2106 CADA UNA " data-name="cadauna" data-cp="2106" href="#glyphs/cadauna">℆</a> <a title="careof U+2105 CARE OF " data-name="careof" data-cp="2105" href="#glyphs/careof">℅</a> <a title="accountof U+2100 ACCOUNT OF " data-name="accountof" data-cp="2100" href="#glyphs/accountof">℀</a> <a title="addresssubject U+2101 ADDRESSED TO THE SUBJECT " data-name="addresssubject" data-cp="2101" href="#glyphs/addresssubject">℁</a> <a title="acute U+00B4 ACUTE ACCENT " data-name="acute" data-cp="00B4" href="#glyphs/acute">´</a> <a title="hungarumlaut U+02DD DOUBLE ACUTE ACCENT " data-name="hungarumlaut" data-cp="02DD" href="#glyphs/hungarumlaut">˝</a> <a title="grave U+0060 GRAVE ACCENT " data-name="grave" data-cp="0060" href="#glyphs/grave">`</a> <a title="tonos U+0384 GREEK TONOS " data-name="tonos" data-cp="0384" href="#glyphs/tonos">΄</a> <a title="dieresis U+00A8 DIAERESIS " data-name="dieresis" data-cp="00A8" href="#glyphs/dieresis">¨</a> <a title="dieresis.three U+EE72" data-name="dieresis.three" data-cp="EE72" href="#glyphs/dieresis.three"></a> <a title="circumflex U+02C6 MODIFIER LETTER CIRCUMFLEX ACCENT " data-name="circumflex" data-cp="02C6" href="#glyphs/circumflex">ˆ</a> <a title="tilde U+02DC SMALL TILDE " data-name="tilde" data-cp="02DC" href="#glyphs/tilde">˜</a> <a title="macron U+00AF MACRON " data-name="macron" data-cp="00AF" href="#glyphs/macron">¯</a> <a title="breve U+02D8 BREVE " data-name="breve" data-cp="02D8" href="#glyphs/breve">˘</a> <a title="cyrillicbreve U+E0E6" data-name="cyrillicbreve" data-cp="E0E6" href="#glyphs/cyrillicbreve"></a> <a title="dotaccent U+02D9 DOT ABOVE " data-name="dotaccent" data-cp="02D9" href="#glyphs/dotaccent">˙</a> <a title="ring U+02DA RING ABOVE " data-name="ring" data-cp="02DA" href="#glyphs/ring">˚</a> <a title="caron U+02C7 CARON " data-name="caron" data-cp="02C7" href="#glyphs/caron">ˇ</a> <a title="dieresistonos U+0385 GREEK DIALYTIKA TONOS " data-name="dieresistonos" data-cp="0385" href="#glyphs/dieresistonos">΅</a> <a title="cedilla U+00B8 CEDILLA " data-name="cedilla" data-cp="00B8" href="#glyphs/cedilla">¸</a> <a title="ogonek U+02DB OGONEK " data-name="ogonek" data-cp="02DB" href="#glyphs/ogonek">˛</a> <a title="commaaccent U+F6C3" data-name="commaaccent" data-cp="F6C3" href="#glyphs/commaaccent"></a> <a title="acutecomb U+0301 COMBINING ACUTE ACCENT " data-name="acutecomb" data-cp="0301" href="#glyphs/acutecomb">́</a> <a title="gravecomb U+0300 COMBINING GRAVE ACCENT " data-name="gravecomb" data-cp="0300" href="#glyphs/gravecomb">̀</a> <a title="dblgravecmb U+030F COMBINING DOUBLE GRAVE ACCENT " data-name="dblgravecmb" data-cp="030F" href="#glyphs/dblgravecmb">̏</a> <a title="macroncomb U+0304 COMBINING MACRON " data-name="macroncomb" data-cp="0304" href="#glyphs/macroncomb">̄</a> <a title="tildecomb U+0303 COMBINING TILDE " data-name="tildecomb" data-cp="0303" href="#glyphs/tildecomb">̃</a> <a title="dotbelow U+0323 COMBINING DOT BELOW " data-name="dotbelow" data-cp="0323" href="#glyphs/dotbelow">̣</a> <a title="commabelowcmb U+0326 COMBINING COMMA BELOW " data-name="commabelowcmb" data-cp="0326" href="#glyphs/commabelowcmb">̦</a> <a title="numero U+2116 NUMERO SIGN " data-name="numero" data-cp="2116" href="#glyphs/numero">№</a> <a title="degreecentigrade U+2103 DEGREE CELSIUS " data-name="degreecentigrade" data-cp="2103" href="#glyphs/degreecentigrade">℃</a> <a title="degreefarenheit U+2109 DEGREE FAHRENHEIT " data-name="degreefarenheit" data-cp="2109" href="#glyphs/degreefarenheit">℉</a> <a title="degreekelvin U+212A KELVIN SIGN " data-name="degreekelvin" data-cp="212A" href="#glyphs/degreekelvin">K</a> <a title="angstrom U+212B ANGSTROM SIGN " data-name="angstrom" data-cp="212B" href="#glyphs/angstrom">Å</a> <a title="bullseye U+0298 LATIN LETTER BILABIAL CLICK " data-name="bullseye" data-cp="0298" href="#glyphs/bullseye">ʘ</a> <a title="estimated U+212E ESTIMATED SYMBOL " data-name="estimated" data-cp="212E" href="#glyphs/estimated">℮</a> <a title="leftArrow U+2190 LEFTWARDS ARROW " data-name="leftArrow" data-cp="2190" href="#glyphs/leftArrow">←</a> <a title="leftLongArrow U+27F5 LONG LEFTWARDS ARROW " data-name="leftLongArrow" data-cp="27F5" href="#glyphs/leftLongArrow">⟵</a> <a title="leftLongArrow2 U+1F850 LEFTWARDS SANS-SERIF ARROW " data-name="leftLongArrow2" data-cp="1F850" href="#glyphs/leftLongArrow2">🡐</a> <a title="leftDoubleArrow U+21D0 LEFTWARDS DOUBLE ARROW " data-name="leftDoubleArrow" data-cp="21D0" href="#glyphs/leftDoubleArrow">⇐</a> <a title="leftLongDoubleArrow U+27F8 LONG LEFTWARDS DOUBLE ARROW " data-name="leftLongDoubleArrow" data-cp="27F8" href="#glyphs/leftLongDoubleArrow">⟸</a> <a title="rightArrow U+2192 RIGHTWARDS ARROW " data-name="rightArrow" data-cp="2192" href="#glyphs/rightArrow">→</a> <a title="rightLongArrow U+27F6 LONG RIGHTWARDS ARROW " data-name="rightLongArrow" data-cp="27F6" href="#glyphs/rightLongArrow">⟶</a> <a title="rightLongArrow2 U+1F852 RIGHTWARDS SANS-SERIF ARROW " data-name="rightLongArrow2" data-cp="1F852" href="#glyphs/rightLongArrow2">🡒</a> <a title="rightDoubleArrow U+21D2 RIGHTWARDS DOUBLE ARROW " data-name="rightDoubleArrow" data-cp="21D2" href="#glyphs/rightDoubleArrow">⇒</a> <a title="rightLongDoubleArrow U+27F9 LONG RIGHTWARDS DOUBLE ARROW " data-name="rightLongDoubleArrow" data-cp="27F9" href="#glyphs/rightLongDoubleArrow">⟹</a> <a title="northWestArrow U+2196 NORTH WEST ARROW " data-name="northWestArrow" data-cp="2196" href="#glyphs/northWestArrow">↖</a> <a title="northEastArrow U+2197 NORTH EAST ARROW " data-name="northEastArrow" data-cp="2197" href="#glyphs/northEastArrow">↗</a> <a title="southEastArrow U+2198 SOUTH EAST ARROW " data-name="southEastArrow" data-cp="2198" href="#glyphs/southEastArrow">↘</a> <a title="southWestArrow U+2199 SOUTH WEST ARROW " data-name="southWestArrow" data-cp="2199" href="#glyphs/southWestArrow">↙</a> <a title="leftRightArrow U+2194 LEFT RIGHT ARROW " data-name="leftRightArrow" data-cp="2194" href="#glyphs/leftRightArrow">↔</a> <a title="leftRightLongArrow U+27F7 LONG LEFT RIGHT ARROW " data-name="leftRightLongArrow" data-cp="27F7" href="#glyphs/leftRightLongArrow">⟷</a> <a title="leftRightDoubleArrow U+21D4 LEFT RIGHT DOUBLE ARROW " data-name="leftRightDoubleArrow" data-cp="21D4" href="#glyphs/leftRightDoubleArrow">⇔</a> <a title="leftRightLongDoubleArrow U+27FA LONG LEFT RIGHT DOUBLE ARROW " data-name="leftRightLongDoubleArrow" data-cp="27FA" href="#glyphs/leftRightLongDoubleArrow">⟺</a> <a title="upArrow U+2191 UPWARDS ARROW " data-name="upArrow" data-cp="2191" href="#glyphs/upArrow">↑</a> <a title="downArrow U+2193 DOWNWARDS ARROW " data-name="downArrow" data-cp="2193" href="#glyphs/downArrow">↓</a> <a title="downArrowToBar U+2913 DOWNWARDS ARROW TO BAR " data-name="downArrowToBar" data-cp="2913" href="#glyphs/downArrowToBar">⤓</a> <a title="upDownArrow U+2195 UP DOWN ARROW " data-name="upDownArrow" data-cp="2195" href="#glyphs/upDownArrow">↕</a> <a title="leftHookArrow U+21A9 LEFTWARDS ARROW WITH HOOK " data-name="leftHookArrow" data-cp="21A9" href="#glyphs/leftHookArrow">↩</a> <a title="rightHookArrow U+21AA RIGHTWARDS ARROW WITH HOOK " data-name="rightHookArrow" data-cp="21AA" href="#glyphs/rightHookArrow">↪</a> <a title="leftArrow.case U+E1D2" data-name="leftArrow.case" data-cp="E1D2" href="#glyphs/leftArrow.case"></a> <a title="leftLongArrow.case U+E1D3" data-name="leftLongArrow.case" data-cp="E1D3" href="#glyphs/leftLongArrow.case"></a> <a title="leftLongArrow2.case U+E1D4" data-name="leftLongArrow2.case" data-cp="E1D4" href="#glyphs/leftLongArrow2.case"></a> <a title="leftDoubleArrow.case U+E1D5" data-name="leftDoubleArrow.case" data-cp="E1D5" href="#glyphs/leftDoubleArrow.case"></a> <a title="leftLongDoubleArrow.case U+E1D6" data-name="leftLongDoubleArrow.case" data-cp="E1D6" href="#glyphs/leftLongDoubleArrow.case"></a> <a title="rightArrow.case U+E1D7" data-name="rightArrow.case" data-cp="E1D7" href="#glyphs/rightArrow.case"></a> <a title="rightLongArrow.case U+E1D8" data-name="rightLongArrow.case" data-cp="E1D8" href="#glyphs/rightLongArrow.case"></a> <a title="rightLongArrow2.case U+E1D9" data-name="rightLongArrow2.case" data-cp="E1D9" href="#glyphs/rightLongArrow2.case"></a> <a title="rightDoubleArrow.case U+E1DA" data-name="rightDoubleArrow.case" data-cp="E1DA" href="#glyphs/rightDoubleArrow.case"></a> <a title="rightLongDoubleArrow.case U+E1DB" data-name="rightLongDoubleArrow.case" data-cp="E1DB" href="#glyphs/rightLongDoubleArrow.case"></a> <a title="leftRightArrow.case U+E1DC" data-name="leftRightArrow.case" data-cp="E1DC" href="#glyphs/leftRightArrow.case"></a> <a title="leftRightLongArrow.case U+E1DD" data-name="leftRightLongArrow.case" data-cp="E1DD" href="#glyphs/leftRightLongArrow.case"></a> <a title="leftRightDoubleArrow.case U+E1DE" data-name="leftRightDoubleArrow.case" data-cp="E1DE" href="#glyphs/leftRightDoubleArrow.case"></a> <a title="leftRightLongDoubleArrow.case U+E1DF" data-name="leftRightLongDoubleArrow.case" data-cp="E1DF" href="#glyphs/leftRightLongDoubleArrow.case"></a> <a title="dngb_check U+2713 CHECK MARK " data-name="dngb_check" data-cp="2713" href="#glyphs/dngb_check">✓</a> <a title="dngb_ballotx U+2717 BALLOT X " data-name="dngb_ballotx" data-cp="2717" href="#glyphs/dngb_ballotx">✗</a> <a title="triagdn U+25BC BLACK DOWN-POINTING TRIANGLE " data-name="triagdn" data-cp="25BC" href="#glyphs/triagdn">▼</a> <a title="triagup U+25B2 BLACK UP-POINTING TRIANGLE " data-name="triagup" data-cp="25B2" href="#glyphs/triagup">▲</a> <a title="blackleftpointingtriangle U+25C0 BLACK LEFT-POINTING TRIANGLE " data-name="blackleftpointingtriangle" data-cp="25C0" href="#glyphs/blackleftpointingtriangle">◀</a> <a title="triagrt U+25BA BLACK RIGHT-POINTING POINTER " data-name="triagrt" data-cp="25BA" href="#glyphs/triagrt">►</a> <a title="downWhiteTriangle U+25BD WHITE DOWN-POINTING TRIANGLE " data-name="downWhiteTriangle" data-cp="25BD" href="#glyphs/downWhiteTriangle">▽</a> <a title="upWhiteTriangle U+25B3 WHITE UP-POINTING TRIANGLE " data-name="upWhiteTriangle" data-cp="25B3" href="#glyphs/upWhiteTriangle">△</a> <a title="leftWhiteTriangle U+25C1 WHITE LEFT-POINTING TRIANGLE " data-name="leftWhiteTriangle" data-cp="25C1" href="#glyphs/leftWhiteTriangle">◁</a> <a title="rightWhiteTriangle U+25B7 WHITE RIGHT-POINTING TRIANGLE " data-name="rightWhiteTriangle" data-cp="25B7" href="#glyphs/rightWhiteTriangle">▷</a> <a title="warningSign U+26A0 WARNING SIGN " data-name="warningSign" data-cp="26A0" href="#glyphs/warningSign">⚠</a> <a title="circleblack U+25CF BLACK CIRCLE " data-name="circleblack" data-cp="25CF" href="#glyphs/circleblack">●</a> <a title="circlewhite U+25CB WHITE CIRCLE " data-name="circlewhite" data-cp="25CB" href="#glyphs/circlewhite">○</a> <a title="blackSquare U+25A0 BLACK SQUARE " data-name="blackSquare" data-cp="25A0" href="#glyphs/blackSquare">■</a> <a title="whiteSquare U+25A1 WHITE SQUARE " data-name="whiteSquare" data-cp="25A1" href="#glyphs/whiteSquare">□</a> <a title="whiteRoundedCornersSquare U+25A2 WHITE SQUARE WITH ROUNDED CORNERS " data-name="whiteRoundedCornersSquare" data-cp="25A2" href="#glyphs/whiteRoundedCornersSquare">▢</a> <a title="lowerHalfWhiteSquare U+2B12 SQUARE WITH TOP HALF BLACK " data-name="lowerHalfWhiteSquare" data-cp="2B12" href="#glyphs/lowerHalfWhiteSquare">⬒</a> <a title="topHalfWhiteSquare U+2B13 SQUARE WITH BOTTOM HALF BLACK " data-name="topHalfWhiteSquare" data-cp="2B13" href="#glyphs/topHalfWhiteSquare">⬓</a> <a title="diamondblack U+25C6 BLACK DIAMOND " data-name="diamondblack" data-cp="25C6" href="#glyphs/diamondblack">◆</a> <a title="diamondblack_x U+2756 BLACK DIAMOND MINUS WHITE X " data-name="diamondblack_x" data-cp="2756" href="#glyphs/diamondblack_x">❖</a> <a title="diamondwhite U+25C7 WHITE DIAMOND " data-name="diamondwhite" data-cp="25C7" href="#glyphs/diamondwhite">◇</a> <a title="diamondwhite_x U+E000 [Private_Use] " data-name="diamondwhite_x" data-cp="E000" href="#glyphs/diamondwhite_x"></a> <a title="sunWithRays U+263C WHITE SUN WITH RAYS " data-name="sunWithRays" data-cp="263C" href="#glyphs/sunWithRays">☼</a> <a title="blackSunWithRays U+2600 BLACK SUN WITH RAYS " data-name="blackSunWithRays" data-cp="2600" href="#glyphs/blackSunWithRays">☀</a> <a title="heartWhiteSuit U+2661 WHITE HEART SUIT " data-name="heartWhiteSuit" data-cp="2661" href="#glyphs/heartWhiteSuit">♡</a> <a title="heartBlackSuit U+2665 BLACK HEART SUIT " data-name="heartBlackSuit" data-cp="2665" href="#glyphs/heartBlackSuit">♥</a> <a title="heavyBlackHeart U+2764 HEAVY BLACK HEART " data-name="heavyBlackHeart" data-cp="2764" href="#glyphs/heavyBlackHeart">❤</a> <a title="blackstar U+2605 BLACK STAR " data-name="blackstar" data-cp="2605" href="#glyphs/blackstar">★</a> <a title="whitestar U+2606 WHITE STAR " data-name="whitestar" data-cp="2606" href="#glyphs/whitestar">☆</a> <a title="upBlackArrow U+2B06 UPWARDS BLACK ARROW " data-name="upBlackArrow" data-cp="2B06" href="#glyphs/upBlackArrow">⬆</a> <a title="upWhiteArrow U+21E7 UPWARDS WHITE ARROW " data-name="upWhiteArrow" data-cp="21E7" href="#glyphs/upWhiteArrow">⇧</a> <a title="capslock U+21EA UPWARDS WHITE ARROW FROM BAR " data-name="capslock" data-cp="21EA" href="#glyphs/capslock">⇪</a> <a title="placeofinterestsign U+2318 PLACE OF INTEREST SIGN " data-name="placeofinterestsign" data-cp="2318" href="#glyphs/placeofinterestsign">⌘</a> <a title="control U+2303 UP ARROWHEAD " data-name="control" data-cp="2303" href="#glyphs/control">⌃</a> <a title="projective U+2305 PROJECTIVE " data-name="projective" data-cp="2305" href="#glyphs/projective">⌅</a> <a title="downArrowHead U+2304 DOWN ARROWHEAD " data-name="downArrowHead" data-cp="2304" href="#glyphs/downArrowHead">⌄</a> <a title="insertionsymbol U+2380 INSERTION SYMBOL " data-name="insertionsymbol" data-cp="2380" href="#glyphs/insertionsymbol">⎀</a> <a title="option U+2325 OPTION KEY " data-name="option" data-cp="2325" href="#glyphs/option">⌥</a> <a title="alternativekeysymbol U+2387 ALTERNATIVE KEY SYMBOL " data-name="alternativekeysymbol" data-cp="2387" href="#glyphs/alternativekeysymbol">⎇</a> <a title="brokenCircleNorthWestArrow U+238B BROKEN CIRCLE WITH NORTHWEST ARROW " data-name="brokenCircleNorthWestArrow" data-cp="238B" href="#glyphs/brokenCircleNorthWestArrow">⎋</a> <a title="anticlockwiseOpenCircleArrow U+21BA ANTICLOCKWISE OPEN CIRCLE ARROW " data-name="anticlockwiseOpenCircleArrow" data-cp="21BA" href="#glyphs/anticlockwiseOpenCircleArrow">↺</a> <a title="clockwiseOpenCircleArrow U+21BB CLOCKWISE OPEN CIRCLE ARROW " data-name="clockwiseOpenCircleArrow" data-cp="21BB" href="#glyphs/clockwiseOpenCircleArrow">↻</a> <a title="deleteleft U+232B ERASE TO THE LEFT " data-name="deleteleft" data-cp="232B" href="#glyphs/deleteleft">⌫</a> <a title="deleteright U+2326 ERASE TO THE RIGHT " data-name="deleteright" data-cp="2326" href="#glyphs/deleteright">⌦</a> <a title="clear U+2327 X IN A RECTANGLE BOX " data-name="clear" data-cp="2327" href="#glyphs/clear">⌧</a> <a title="ejectsymbol U+23CF EJECT SYMBOL " data-name="ejectsymbol" data-cp="23CF" href="#glyphs/ejectsymbol">⏏</a> <a title="returnsymbol U+23CE RETURN SYMBOL " data-name="returnsymbol" data-cp="23CE" href="#glyphs/returnsymbol">⏎</a> <a title="carriagereturn U+21B5 DOWNWARDS ARROW WITH CORNER LEFTWARDS " data-name="carriagereturn" data-cp="21B5" href="#glyphs/carriagereturn">↵</a> <a title="downTipRightArrow U+21B3 DOWNWARDS ARROW WITH TIP RIGHTWARDS " data-name="downTipRightArrow" data-cp="21B3" href="#glyphs/downTipRightArrow">↳</a> <a title="upTipLeftArrow U+21B0 UPWARDS ARROW WITH TIP LEFTWARDS " data-name="upTipLeftArrow" data-cp="21B0" href="#glyphs/upTipLeftArrow">↰</a> <a title="upTipRightArrow U+21B1 UPWARDS ARROW WITH TIP RIGHTWARDS " data-name="upTipRightArrow" data-cp="21B1" href="#glyphs/upTipRightArrow">↱</a> <a title="rightCornerDownArrow U+21B4 RIGHTWARDS ARROW WITH CORNER DOWNWARDS " data-name="rightCornerDownArrow" data-cp="21B4" href="#glyphs/rightCornerDownArrow">↴</a> <a title="arrowtableft U+21E4 LEFTWARDS ARROW TO BAR " data-name="arrowtableft" data-cp="21E4" href="#glyphs/arrowtableft">⇤</a> <a title="arrowtabright U+21E5 RIGHTWARDS ARROW TO BAR " data-name="arrowtabright" data-cp="21E5" href="#glyphs/arrowtabright">⇥</a> <a title="pageup U+21DE UPWARDS ARROW WITH DOUBLE STROKE " data-name="pageup" data-cp="21DE" href="#glyphs/pageup">⇞</a> <a title="pagedown U+21DF DOWNWARDS ARROW WITH DOUBLE STROKE " data-name="pagedown" data-cp="21DF" href="#glyphs/pagedown">⇟</a> <a title="blackLargeCircle U+2B24 BLACK LARGE CIRCLE " data-name="blackLargeCircle" data-cp="2B24" href="#glyphs/blackLargeCircle">⬤</a> <a title="largeCircle U+25EF LARGE CIRCLE " data-name="largeCircle" data-cp="25EF" href="#glyphs/largeCircle">◯</a> <a title="whiteLargeSquare U+2B1C WHITE LARGE SQUARE " data-name="whiteLargeSquare" data-cp="2B1C" href="#glyphs/whiteLargeSquare">⬜</a> <a title="enclosingcirclecomb U+20DD COMBINING ENCLOSING CIRCLE " data-name="enclosingcirclecomb" data-cp="20DD" href="#glyphs/enclosingcirclecomb">⃝</a> <a title="enclosingsquarecomb U+20DE COMBINING ENCLOSING SQUARE " data-name="enclosingsquarecomb" data-cp="20DE" href="#glyphs/enclosingsquarecomb">⃞</a> <a title="A.circled U+24B6 CIRCLED LATIN CAPITAL LETTER A " data-name="A.circled" data-cp="24B6" href="#glyphs/A.circled">Ⓐ</a> <a title="B.circled U+24B7 CIRCLED LATIN CAPITAL LETTER B " data-name="B.circled" data-cp="24B7" href="#glyphs/B.circled">Ⓑ</a> <a title="C.circled U+24B8 CIRCLED LATIN CAPITAL LETTER C " data-name="C.circled" data-cp="24B8" href="#glyphs/C.circled">Ⓒ</a> <a title="D.circled U+24B9 CIRCLED LATIN CAPITAL LETTER D " data-name="D.circled" data-cp="24B9" href="#glyphs/D.circled">Ⓓ</a> <a title="E.circled U+24BA CIRCLED LATIN CAPITAL LETTER E " data-name="E.circled" data-cp="24BA" href="#glyphs/E.circled">Ⓔ</a> <a title="F.circled U+24BB CIRCLED LATIN CAPITAL LETTER F " data-name="F.circled" data-cp="24BB" href="#glyphs/F.circled">Ⓕ</a> <a title="G.circled U+24BC CIRCLED LATIN CAPITAL LETTER G " data-name="G.circled" data-cp="24BC" href="#glyphs/G.circled">Ⓖ</a> <a title="H.circled U+24BD CIRCLED LATIN CAPITAL LETTER H " data-name="H.circled" data-cp="24BD" href="#glyphs/H.circled">Ⓗ</a> <a title="I.circled U+24BE CIRCLED LATIN CAPITAL LETTER I " data-name="I.circled" data-cp="24BE" href="#glyphs/I.circled">Ⓘ</a> <a title="J.circled U+24BF CIRCLED LATIN CAPITAL LETTER J " data-name="J.circled" data-cp="24BF" href="#glyphs/J.circled">Ⓙ</a> <a title="K.circled U+24C0 CIRCLED LATIN CAPITAL LETTER K " data-name="K.circled" data-cp="24C0" href="#glyphs/K.circled">Ⓚ</a> <a title="L.circled U+24C1 CIRCLED LATIN CAPITAL LETTER L " data-name="L.circled" data-cp="24C1" href="#glyphs/L.circled">Ⓛ</a> <a title="M.circled U+24C2 CIRCLED LATIN CAPITAL LETTER M " data-name="M.circled" data-cp="24C2" href="#glyphs/M.circled">Ⓜ</a> <a title="N.circled U+24C3 CIRCLED LATIN CAPITAL LETTER N " data-name="N.circled" data-cp="24C3" href="#glyphs/N.circled">Ⓝ</a> <a title="O.circled U+24C4 CIRCLED LATIN CAPITAL LETTER O " data-name="O.circled" data-cp="24C4" href="#glyphs/O.circled">Ⓞ</a> <a title="P.circled U+24C5 CIRCLED LATIN CAPITAL LETTER P " data-name="P.circled" data-cp="24C5" href="#glyphs/P.circled">Ⓟ</a> <a title="Q.circled U+24C6 CIRCLED LATIN CAPITAL LETTER Q " data-name="Q.circled" data-cp="24C6" href="#glyphs/Q.circled">Ⓠ</a> <a title="R.circled U+24C7 CIRCLED LATIN CAPITAL LETTER R " data-name="R.circled" data-cp="24C7" href="#glyphs/R.circled">Ⓡ</a> <a title="S.circled U+24C8 CIRCLED LATIN CAPITAL LETTER S " data-name="S.circled" data-cp="24C8" href="#glyphs/S.circled">Ⓢ</a> <a title="T.circled U+24C9 CIRCLED LATIN CAPITAL LETTER T " data-name="T.circled" data-cp="24C9" href="#glyphs/T.circled">Ⓣ</a> <a title="U.circled U+24CA CIRCLED LATIN CAPITAL LETTER U " data-name="U.circled" data-cp="24CA" href="#glyphs/U.circled">Ⓤ</a> <a title="V.circled U+24CB CIRCLED LATIN CAPITAL LETTER V " data-name="V.circled" data-cp="24CB" href="#glyphs/V.circled">Ⓥ</a> <a title="W.circled U+24CC CIRCLED LATIN CAPITAL LETTER W " data-name="W.circled" data-cp="24CC" href="#glyphs/W.circled">Ⓦ</a> <a title="X.circled U+24CD CIRCLED LATIN CAPITAL LETTER X " data-name="X.circled" data-cp="24CD" href="#glyphs/X.circled">Ⓧ</a> <a title="Y.circled U+24CE CIRCLED LATIN CAPITAL LETTER Y " data-name="Y.circled" data-cp="24CE" href="#glyphs/Y.circled">Ⓨ</a> <a title="Z.circled U+24CF CIRCLED LATIN CAPITAL LETTER Z " data-name="Z.circled" data-cp="24CF" href="#glyphs/Z.circled">Ⓩ</a> <a title="zero.circled U+24EA CIRCLED DIGIT ZERO " data-name="zero.circled" data-cp="24EA" href="#glyphs/zero.circled">⓪</a> <a title="one.circled U+2460 CIRCLED DIGIT ONE " data-name="one.circled" data-cp="2460" href="#glyphs/one.circled">①</a> <a title="two.circled U+2461 CIRCLED DIGIT TWO " data-name="two.circled" data-cp="2461" href="#glyphs/two.circled">②</a> <a title="three.circled U+2462 CIRCLED DIGIT THREE " data-name="three.circled" data-cp="2462" href="#glyphs/three.circled">③</a> <a title="four.circled U+2463 CIRCLED DIGIT FOUR " data-name="four.circled" data-cp="2463" href="#glyphs/four.circled">④</a> <a title="five.circled U+2464 CIRCLED DIGIT FIVE " data-name="five.circled" data-cp="2464" href="#glyphs/five.circled">⑤</a> <a title="six.circled U+2465 CIRCLED DIGIT SIX " data-name="six.circled" data-cp="2465" href="#glyphs/six.circled">⑥</a> <a title="seven.circled U+2466 CIRCLED DIGIT SEVEN " data-name="seven.circled" data-cp="2466" href="#glyphs/seven.circled">⑦</a> <a title="eight.circled U+2467 CIRCLED DIGIT EIGHT " data-name="eight.circled" data-cp="2467" href="#glyphs/eight.circled">⑧</a> <a title="nine.circled U+2468 CIRCLED DIGIT NINE " data-name="nine.circled" data-cp="2468" href="#glyphs/nine.circled">⑨</a> <a title="zero.slash.circled U+E12B" data-name="zero.slash.circled" data-cp="E12B" href="#glyphs/zero.slash.circled"></a> <a title="one.ss01.circled U+E12C" data-name="one.ss01.circled" data-cp="E12C" href="#glyphs/one.ss01.circled"></a> <a title="three.1.circled U+E12D" data-name="three.1.circled" data-cp="E12D" href="#glyphs/three.1.circled"></a> <a title="four.ss01.circled U+E12E" data-name="four.ss01.circled" data-cp="E12E" href="#glyphs/four.ss01.circled"></a> <a title="six.ss01.circled U+E12F" data-name="six.ss01.circled" data-cp="E12F" href="#glyphs/six.ss01.circled"></a> <a title="nine.ss01.circled U+E130" data-name="nine.ss01.circled" data-cp="E130" href="#glyphs/nine.ss01.circled"></a> <a title="exclam.circled U+E131" data-name="exclam.circled" data-cp="E131" href="#glyphs/exclam.circled"></a> <a title="question.circled U+E132" data-name="question.circled" data-cp="E132" href="#glyphs/question.circled"></a> <a title="numbersign.circled U+E133" data-name="numbersign.circled" data-cp="E133" href="#glyphs/numbersign.circled"></a> <a title="hyphen.circled U+E134" data-name="hyphen.circled" data-cp="E134" href="#glyphs/hyphen.circled"></a> <a title="less.circled U+E135" data-name="less.circled" data-cp="E135" href="#glyphs/less.circled"></a> <a title="greater.circled U+E136" data-name="greater.circled" data-cp="E136" href="#glyphs/greater.circled"></a> <a title="equal.circled U+E137" data-name="equal.circled" data-cp="E137" href="#glyphs/equal.circled"></a> <a title="plus.circled U+2295 CIRCLED PLUS " data-name="plus.circled" data-cp="2295" href="#glyphs/plus.circled">⊕</a> <a title="minus.circled U+2296 CIRCLED MINUS " data-name="minus.circled" data-cp="2296" href="#glyphs/minus.circled">⊖</a> <a title="fraction.circled U+2298 CIRCLED DIVISION SLASH " data-name="fraction.circled" data-cp="2298" href="#glyphs/fraction.circled">⊘</a> <a title="multiply.circled U+2297 CIRCLED TIMES " data-name="multiply.circled" data-cp="2297" href="#glyphs/multiply.circled">⊗</a> <a title="divide.circled U+2A38 CIRCLED DIVISION SIGN " data-name="divide.circled" data-cp="2A38" href="#glyphs/divide.circled">⨸</a> <a title="upArrow.circled U+E138" data-name="upArrow.circled" data-cp="E138" href="#glyphs/upArrow.circled"></a> <a title="downArrow.circled U+E139" data-name="downArrow.circled" data-cp="E139" href="#glyphs/downArrow.circled"></a> <a title="downArrowToBar.circled U+EE73" data-name="downArrowToBar.circled" data-cp="EE73" href="#glyphs/downArrowToBar.circled"></a> <a title="leftArrow.circled U+E13A" data-name="leftArrow.circled" data-cp="E13A" href="#glyphs/leftArrow.circled"></a> <a title="rightArrow.circled U+E13B" data-name="rightArrow.circled" data-cp="E13B" href="#glyphs/rightArrow.circled"></a> <a title="dngb_check.circled U+E13C" data-name="dngb_check.circled" data-cp="E13C" href="#glyphs/dngb_check.circled"></a> <a title="dngb_ballotx.circled U+E13D" data-name="dngb_ballotx.circled" data-cp="E13D" href="#glyphs/dngb_ballotx.circled"></a> <a title="A.squared U+1F130 SQUARED LATIN CAPITAL LETTER A " data-name="A.squared" data-cp="1F130" href="#glyphs/A.squared">🄰</a> <a title="B.squared U+1F131 SQUARED LATIN CAPITAL LETTER B " data-name="B.squared" data-cp="1F131" href="#glyphs/B.squared">🄱</a> <a title="C.squared U+1F132 SQUARED LATIN CAPITAL LETTER C " data-name="C.squared" data-cp="1F132" href="#glyphs/C.squared">🄲</a> <a title="D.squared U+1F133 SQUARED LATIN CAPITAL LETTER D " data-name="D.squared" data-cp="1F133" href="#glyphs/D.squared">🄳</a> <a title="E.squared U+1F134 SQUARED LATIN CAPITAL LETTER E " data-name="E.squared" data-cp="1F134" href="#glyphs/E.squared">🄴</a> <a title="F.squared U+1F135 SQUARED LATIN CAPITAL LETTER F " data-name="F.squared" data-cp="1F135" href="#glyphs/F.squared">🄵</a> <a title="G.squared U+1F136 SQUARED LATIN CAPITAL LETTER G " data-name="G.squared" data-cp="1F136" href="#glyphs/G.squared">🄶</a> <a title="G.1.squared U+EE74" data-name="G.1.squared" data-cp="EE74" href="#glyphs/G.1.squared"></a> <a title="H.squared U+1F137 SQUARED LATIN CAPITAL LETTER H " data-name="H.squared" data-cp="1F137" href="#glyphs/H.squared">🄷</a> <a title="I.squared U+1F138 SQUARED LATIN CAPITAL LETTER I " data-name="I.squared" data-cp="1F138" href="#glyphs/I.squared">🄸</a> <a title="J.squared U+1F139 SQUARED LATIN CAPITAL LETTER J " data-name="J.squared" data-cp="1F139" href="#glyphs/J.squared">🄹</a> <a title="K.squared U+1F13A SQUARED LATIN CAPITAL LETTER K " data-name="K.squared" data-cp="1F13A" href="#glyphs/K.squared">🄺</a> <a title="L.squared U+1F13B SQUARED LATIN CAPITAL LETTER L " data-name="L.squared" data-cp="1F13B" href="#glyphs/L.squared">🄻</a> <a title="M.squared U+1F13C SQUARED LATIN CAPITAL LETTER M " data-name="M.squared" data-cp="1F13C" href="#glyphs/M.squared">🄼</a> <a title="N.squared U+1F13D SQUARED LATIN CAPITAL LETTER N " data-name="N.squared" data-cp="1F13D" href="#glyphs/N.squared">🄽</a> <a title="O.squared U+1F13E SQUARED LATIN CAPITAL LETTER O " data-name="O.squared" data-cp="1F13E" href="#glyphs/O.squared">🄾</a> <a title="P.squared U+1F13F SQUARED LATIN CAPITAL LETTER P " data-name="P.squared" data-cp="1F13F" href="#glyphs/P.squared">🄿</a> <a title="Q.squared U+1F140 SQUARED LATIN CAPITAL LETTER Q " data-name="Q.squared" data-cp="1F140" href="#glyphs/Q.squared">🅀</a> <a title="R.squared U+1F141 SQUARED LATIN CAPITAL LETTER R " data-name="R.squared" data-cp="1F141" href="#glyphs/R.squared">🅁</a> <a title="S.squared U+1F142 SQUARED LATIN CAPITAL LETTER S " data-name="S.squared" data-cp="1F142" href="#glyphs/S.squared">🅂</a> <a title="T.squared U+1F143 SQUARED LATIN CAPITAL LETTER T " data-name="T.squared" data-cp="1F143" href="#glyphs/T.squared">🅃</a> <a title="U.squared U+1F144 SQUARED LATIN CAPITAL LETTER U " data-name="U.squared" data-cp="1F144" href="#glyphs/U.squared">🅄</a> <a title="V.squared U+1F145 SQUARED LATIN CAPITAL LETTER V " data-name="V.squared" data-cp="1F145" href="#glyphs/V.squared">🅅</a> <a title="W.squared U+1F146 SQUARED LATIN CAPITAL LETTER W " data-name="W.squared" data-cp="1F146" href="#glyphs/W.squared">🅆</a> <a title="X.squared U+1F147 SQUARED LATIN CAPITAL LETTER X " data-name="X.squared" data-cp="1F147" href="#glyphs/X.squared">🅇</a> <a title="Y.squared U+1F148 SQUARED LATIN CAPITAL LETTER Y " data-name="Y.squared" data-cp="1F148" href="#glyphs/Y.squared">🅈</a> <a title="Z.squared U+1F149 SQUARED LATIN CAPITAL LETTER Z " data-name="Z.squared" data-cp="1F149" href="#glyphs/Z.squared">🅉</a> <a title="zero.squared U+E13E" data-name="zero.squared" data-cp="E13E" href="#glyphs/zero.squared"></a> <a title="one.squared U+E13F" data-name="one.squared" data-cp="E13F" href="#glyphs/one.squared"></a> <a title="two.squared U+E140" data-name="two.squared" data-cp="E140" href="#glyphs/two.squared"></a> <a title="three.squared U+E141" data-name="three.squared" data-cp="E141" href="#glyphs/three.squared"></a> <a title="four.squared U+E142" data-name="four.squared" data-cp="E142" href="#glyphs/four.squared"></a> <a title="five.squared U+E143" data-name="five.squared" data-cp="E143" href="#glyphs/five.squared"></a> <a title="six.squared U+E144" data-name="six.squared" data-cp="E144" href="#glyphs/six.squared"></a> <a title="seven.squared U+E145" data-name="seven.squared" data-cp="E145" href="#glyphs/seven.squared"></a> <a title="eight.squared U+E146" data-name="eight.squared" data-cp="E146" href="#glyphs/eight.squared"></a> <a title="nine.squared U+E147" data-name="nine.squared" data-cp="E147" href="#glyphs/nine.squared"></a> <a title="zero.slash.squared U+E148" data-name="zero.slash.squared" data-cp="E148" href="#glyphs/zero.slash.squared"></a> <a title="one.ss01.squared U+E149" data-name="one.ss01.squared" data-cp="E149" href="#glyphs/one.ss01.squared"></a> <a title="three.1.squared U+E14A" data-name="three.1.squared" data-cp="E14A" href="#glyphs/three.1.squared"></a> <a title="four.ss01.squared U+E14B" data-name="four.ss01.squared" data-cp="E14B" href="#glyphs/four.ss01.squared"></a> <a title="six.ss01.squared U+E14C" data-name="six.ss01.squared" data-cp="E14C" href="#glyphs/six.ss01.squared"></a> <a title="nine.ss01.squared U+E14D" data-name="nine.ss01.squared" data-cp="E14D" href="#glyphs/nine.ss01.squared"></a> <a title="exclam.squared U+E14E" data-name="exclam.squared" data-cp="E14E" href="#glyphs/exclam.squared"></a> <a title="question.squared U+E14F" data-name="question.squared" data-cp="E14F" href="#glyphs/question.squared"></a> <a title="numbersign.squared U+E150" data-name="numbersign.squared" data-cp="E150" href="#glyphs/numbersign.squared"></a> <a title="hyphen.squared U+E151" data-name="hyphen.squared" data-cp="E151" href="#glyphs/hyphen.squared"></a> <a title="less.squared U+E152" data-name="less.squared" data-cp="E152" href="#glyphs/less.squared"></a> <a title="greater.squared U+E153" data-name="greater.squared" data-cp="E153" href="#glyphs/greater.squared"></a> <a title="equal.squared U+E154" data-name="equal.squared" data-cp="E154" href="#glyphs/equal.squared"></a> <a title="plus.squared U+E155" data-name="plus.squared" data-cp="E155" href="#glyphs/plus.squared"></a> <a title="minus.squared U+E156" data-name="minus.squared" data-cp="E156" href="#glyphs/minus.squared"></a> <a title="fraction.squared U+EE09" data-name="fraction.squared" data-cp="EE09" href="#glyphs/fraction.squared"></a> <a title="multiply.squared U+E157" data-name="multiply.squared" data-cp="E157" href="#glyphs/multiply.squared"></a> <a title="divide.squared U+E158" data-name="divide.squared" data-cp="E158" href="#glyphs/divide.squared"></a> <a title="upArrow.squared U+E159" data-name="upArrow.squared" data-cp="E159" href="#glyphs/upArrow.squared"></a> <a title="downArrow.squared U+E15A" data-name="downArrow.squared" data-cp="E15A" href="#glyphs/downArrow.squared"></a> <a title="downArrowToBar.squared U+EE75" data-name="downArrowToBar.squared" data-cp="EE75" href="#glyphs/downArrowToBar.squared"></a> <a title="leftArrow.squared U+E15B" data-name="leftArrow.squared" data-cp="E15B" href="#glyphs/leftArrow.squared"></a> <a title="rightArrow.squared U+E15C" data-name="rightArrow.squared" data-cp="E15C" href="#glyphs/rightArrow.squared"></a> <a title="dngb_check.squared U+E15D" data-name="dngb_check.squared" data-cp="E15D" href="#glyphs/dngb_check.squared"></a> <a title="dngb_ballotx.squared U+E15E" data-name="dngb_ballotx.squared" data-cp="E15E" href="#glyphs/dngb_ballotx.squared"></a> <a title="Gcommaaccent.ss03 U+EE76" data-name="Gcommaaccent.ss03" data-cp="EE76" href="#glyphs/Gcommaaccent.ss03"></a> <a title="Gcommaaccent.1.ss03 U+EE7C" data-name="Gcommaaccent.1.ss03" data-cp="EE7C" href="#glyphs/Gcommaaccent.1.ss03"></a> <a title="Kcommaaccent.ss03 U+EE77" data-name="Kcommaaccent.ss03" data-cp="EE77" href="#glyphs/Kcommaaccent.ss03"></a> <a title="Lcommaaccent.ss03 U+EE78" data-name="Lcommaaccent.ss03" data-cp="EE78" href="#glyphs/Lcommaaccent.ss03"></a> <a title="Ncommaaccent.ss03 U+EE79" data-name="Ncommaaccent.ss03" data-cp="EE79" href="#glyphs/Ncommaaccent.ss03"></a> <a title="Rcommaaccent.ss03 U+EE7A" data-name="Rcommaaccent.ss03" data-cp="EE7A" href="#glyphs/Rcommaaccent.ss03"></a> <a title="Scommaaccent.ss03 U+EE7B" data-name="Scommaaccent.ss03" data-cp="EE7B" href="#glyphs/Scommaaccent.ss03"></a> <a title="kcommaaccent.ss03 U+EE7D" data-name="kcommaaccent.ss03" data-cp="EE7D" href="#glyphs/kcommaaccent.ss03"></a> <a title="lcommaaccent.ss03 U+EE7E" data-name="lcommaaccent.ss03" data-cp="EE7E" href="#glyphs/lcommaaccent.ss03"></a> <a title="lcommaaccent.ss02.ss03 U+EE83" data-name="lcommaaccent.ss02.ss03" data-cp="EE83" href="#glyphs/lcommaaccent.ss02.ss03"></a> <a title="ncommaaccent.ss03 U+EE7F" data-name="ncommaaccent.ss03" data-cp="EE7F" href="#glyphs/ncommaaccent.ss03"></a> <a title="rcommaaccent.ss03 U+EE80" data-name="rcommaaccent.ss03" data-cp="EE80" href="#glyphs/rcommaaccent.ss03"></a> <a title="scommaaccent.ss03 U+EE81" data-name="scommaaccent.ss03" data-cp="EE81" href="#glyphs/scommaaccent.ss03"></a> <a title="tcommaaccent.ss03 U+EE82" data-name="tcommaaccent.ss03" data-cp="EE82" href="#glyphs/tcommaaccent.ss03"></a> <a title="tcommaaccent.1.ss03 U+EE84" data-name="tcommaaccent.1.ss03" data-cp="EE84" href="#glyphs/tcommaaccent.1.ss03"></a> <a title="commaaccent.ss03 U+EE9C" data-name="commaaccent.ss03" data-cp="EE9C" href="#glyphs/commaaccent.ss03"></a> <a title="comma.ss03 U+EE88" data-name="comma.ss03" data-cp="EE88" href="#glyphs/comma.ss03"></a> <a title="semicolon.ss03 U+EE89" data-name="semicolon.ss03" data-cp="EE89" href="#glyphs/semicolon.ss03"></a> <a title="reversedsemicolon.ss03 U+EE8A" data-name="reversedsemicolon.ss03" data-cp="EE8A" href="#glyphs/reversedsemicolon.ss03"></a> <a title="quotedblleft.ss03 U+EE8B" data-name="quotedblleft.ss03" data-cp="EE8B" href="#glyphs/quotedblleft.ss03"></a> <a title="quotedblright.ss03 U+EE8C" data-name="quotedblright.ss03" data-cp="EE8C" href="#glyphs/quotedblright.ss03"></a> <a title="quoteleft.ss03 U+EE8D" data-name="quoteleft.ss03" data-cp="EE8D" href="#glyphs/quoteleft.ss03"></a> <a title="quoteright.ss03 U+EE8E" data-name="quoteright.ss03" data-cp="EE8E" href="#glyphs/quoteright.ss03"></a> <a title="quotereversed.ss03 U+EE8F" data-name="quotereversed.ss03" data-cp="EE8F" href="#glyphs/quotereversed.ss03"></a> <a title="quotedblreversed.ss03 U+EEDF" data-name="quotedblreversed.ss03" data-cp="EEDF" href="#glyphs/quotedblreversed.ss03"></a> <a title="Abrevedotbelow.ss07 U+E1E2" data-name="Abrevedotbelow.ss07" data-cp="E1E2" href="#glyphs/Abrevedotbelow.ss07"></a> <a title="Acircumflexdotbelow.ss07 U+E1E3" data-name="Acircumflexdotbelow.ss07" data-cp="E1E3" href="#glyphs/Acircumflexdotbelow.ss07"></a> <a title="Adieresis.ss07 U+E1E4" data-name="Adieresis.ss07" data-cp="E1E4" href="#glyphs/Adieresis.ss07"></a> <a title="Adieresismacron.ss07 U+E1E5" data-name="Adieresismacron.ss07" data-cp="E1E5" href="#glyphs/Adieresismacron.ss07"></a> <a title="Adotaccent.ss07 U+E1E6" data-name="Adotaccent.ss07" data-cp="E1E6" href="#glyphs/Adotaccent.ss07"></a> <a title="Adotbelow.ss07 U+E1E7" data-name="Adotbelow.ss07" data-cp="E1E7" href="#glyphs/Adotbelow.ss07"></a> <a title="Bdotaccent.ss07 U+E1E8" data-name="Bdotaccent.ss07" data-cp="E1E8" href="#glyphs/Bdotaccent.ss07"></a> <a title="Bdotbelow.ss07 U+E1E9" data-name="Bdotbelow.ss07" data-cp="E1E9" href="#glyphs/Bdotbelow.ss07"></a> <a title="Cdotaccent.ss07 U+E1EA" data-name="Cdotaccent.ss07" data-cp="E1EA" href="#glyphs/Cdotaccent.ss07"></a> <a title="Ddotaccent.ss07 U+E1EB" data-name="Ddotaccent.ss07" data-cp="E1EB" href="#glyphs/Ddotaccent.ss07"></a> <a title="Ddotbelow.ss07 U+E1EC" data-name="Ddotbelow.ss07" data-cp="E1EC" href="#glyphs/Ddotbelow.ss07"></a> <a title="Ecircumflexdotbelow.ss07 U+E1ED" data-name="Ecircumflexdotbelow.ss07" data-cp="E1ED" href="#glyphs/Ecircumflexdotbelow.ss07"></a> <a title="Edieresis.ss07 U+E1EE" data-name="Edieresis.ss07" data-cp="E1EE" href="#glyphs/Edieresis.ss07"></a> <a title="Edotaccent.ss07 U+E1EF" data-name="Edotaccent.ss07" data-cp="E1EF" href="#glyphs/Edotaccent.ss07"></a> <a title="Edotbelow.ss07 U+E1F0" data-name="Edotbelow.ss07" data-cp="E1F0" href="#glyphs/Edotbelow.ss07"></a> <a title="Fdotaccent.ss07 U+E1F1" data-name="Fdotaccent.ss07" data-cp="E1F1" href="#glyphs/Fdotaccent.ss07"></a> <a title="Gdotaccent.ss07 U+E1F2" data-name="Gdotaccent.ss07" data-cp="E1F2" href="#glyphs/Gdotaccent.ss07"></a> <a title="Hdieresis.ss07 U+E1F3" data-name="Hdieresis.ss07" data-cp="E1F3" href="#glyphs/Hdieresis.ss07"></a> <a title="Hdotaccent.ss07 U+E1F4" data-name="Hdotaccent.ss07" data-cp="E1F4" href="#glyphs/Hdotaccent.ss07"></a> <a title="Hdotbelow.ss07 U+E1F5" data-name="Hdotbelow.ss07" data-cp="E1F5" href="#glyphs/Hdotbelow.ss07"></a> <a title="Idieresis.ss07 U+E1F6" data-name="Idieresis.ss07" data-cp="E1F6" href="#glyphs/Idieresis.ss07"></a> <a title="Idieresisacute.ss07 U+E1F7" data-name="Idieresisacute.ss07" data-cp="E1F7" href="#glyphs/Idieresisacute.ss07"></a> <a title="Idotaccent.ss07 U+E1F8" data-name="Idotaccent.ss07" data-cp="E1F8" href="#glyphs/Idotaccent.ss07"></a> <a title="Idotbelow.ss07 U+E1F9" data-name="Idotbelow.ss07" data-cp="E1F9" href="#glyphs/Idotbelow.ss07"></a> <a title="Kdotbelow.ss07 U+E1FA" data-name="Kdotbelow.ss07" data-cp="E1FA" href="#glyphs/Kdotbelow.ss07"></a> <a title="Ldotbelow.ss07 U+E1FB" data-name="Ldotbelow.ss07" data-cp="E1FB" href="#glyphs/Ldotbelow.ss07"></a> <a title="Ldotbelowmacron.ss07 U+E1FC" data-name="Ldotbelowmacron.ss07" data-cp="E1FC" href="#glyphs/Ldotbelowmacron.ss07"></a> <a title="Mdotaccent.ss07 U+E1FD" data-name="Mdotaccent.ss07" data-cp="E1FD" href="#glyphs/Mdotaccent.ss07"></a> <a title="Mdotbelow.ss07 U+E1FE" data-name="Mdotbelow.ss07" data-cp="E1FE" href="#glyphs/Mdotbelow.ss07"></a> <a title="Ndotaccent.ss07 U+E1FF" data-name="Ndotaccent.ss07" data-cp="E1FF" href="#glyphs/Ndotaccent.ss07"></a> <a title="Ndotbelow.ss07 U+E200" data-name="Ndotbelow.ss07" data-cp="E200" href="#glyphs/Ndotbelow.ss07"></a> <a title="Ocircumflexdotbelow.ss07 U+E201" data-name="Ocircumflexdotbelow.ss07" data-cp="E201" href="#glyphs/Ocircumflexdotbelow.ss07"></a> <a title="Odieresis.ss07 U+E202" data-name="Odieresis.ss07" data-cp="E202" href="#glyphs/Odieresis.ss07"></a> <a title="Odieresismacron.ss07 U+E203" data-name="Odieresismacron.ss07" data-cp="E203" href="#glyphs/Odieresismacron.ss07"></a> <a title="Odotaccent.ss07 U+E204" data-name="Odotaccent.ss07" data-cp="E204" href="#glyphs/Odotaccent.ss07"></a> <a title="Odotbelow.ss07 U+E205" data-name="Odotbelow.ss07" data-cp="E205" href="#glyphs/Odotbelow.ss07"></a> <a title="Ohorndotbelow.ss07 U+E206" data-name="Ohorndotbelow.ss07" data-cp="E206" href="#glyphs/Ohorndotbelow.ss07"></a> <a title="Otildedieresis.ss07 U+E207" data-name="Otildedieresis.ss07" data-cp="E207" href="#glyphs/Otildedieresis.ss07"></a> <a title="Pdotaccent.ss07 U+E208" data-name="Pdotaccent.ss07" data-cp="E208" href="#glyphs/Pdotaccent.ss07"></a> <a title="Rdotaccent.ss07 U+E209" data-name="Rdotaccent.ss07" data-cp="E209" href="#glyphs/Rdotaccent.ss07"></a> <a title="Rdotbelow.ss07 U+E20A" data-name="Rdotbelow.ss07" data-cp="E20A" href="#glyphs/Rdotbelow.ss07"></a> <a title="Rdotbelowmacron.ss07 U+E20B" data-name="Rdotbelowmacron.ss07" data-cp="E20B" href="#glyphs/Rdotbelowmacron.ss07"></a> <a title="Scarondotaccent.ss07 U+E20C" data-name="Scarondotaccent.ss07" data-cp="E20C" href="#glyphs/Scarondotaccent.ss07"></a> <a title="Sdotaccent.ss07 U+E20D" data-name="Sdotaccent.ss07" data-cp="E20D" href="#glyphs/Sdotaccent.ss07"></a> <a title="Sdotbelow.ss07 U+E20E" data-name="Sdotbelow.ss07" data-cp="E20E" href="#glyphs/Sdotbelow.ss07"></a> <a title="Sdotbelowdotaccent.ss07 U+E20F" data-name="Sdotbelowdotaccent.ss07" data-cp="E20F" href="#glyphs/Sdotbelowdotaccent.ss07"></a> <a title="Tdotaccent.ss07 U+E210" data-name="Tdotaccent.ss07" data-cp="E210" href="#glyphs/Tdotaccent.ss07"></a> <a title="Tdotbelow.ss07 U+E211" data-name="Tdotbelow.ss07" data-cp="E211" href="#glyphs/Tdotbelow.ss07"></a> <a title="Udieresis.ss07 U+E212" data-name="Udieresis.ss07" data-cp="E212" href="#glyphs/Udieresis.ss07"></a> <a title="Udieresisacute.ss07 U+E213" data-name="Udieresisacute.ss07" data-cp="E213" href="#glyphs/Udieresisacute.ss07"></a> <a title="Udieresisbelow.ss07 U+E214" data-name="Udieresisbelow.ss07" data-cp="E214" href="#glyphs/Udieresisbelow.ss07"></a> <a title="Udieresiscaron.ss07 U+E215" data-name="Udieresiscaron.ss07" data-cp="E215" href="#glyphs/Udieresiscaron.ss07"></a> <a title="Udieresisgrave.ss07 U+E216" data-name="Udieresisgrave.ss07" data-cp="E216" href="#glyphs/Udieresisgrave.ss07"></a> <a title="Udieresismacron.ss07 U+E217" data-name="Udieresismacron.ss07" data-cp="E217" href="#glyphs/Udieresismacron.ss07"></a> <a title="Udotbelow.ss07 U+E218" data-name="Udotbelow.ss07" data-cp="E218" href="#glyphs/Udotbelow.ss07"></a> <a title="Uhorndotbelow.ss07 U+E219" data-name="Uhorndotbelow.ss07" data-cp="E219" href="#glyphs/Uhorndotbelow.ss07"></a> <a title="Umacrondieresis.ss07 U+E21A" data-name="Umacrondieresis.ss07" data-cp="E21A" href="#glyphs/Umacrondieresis.ss07"></a> <a title="Vdotbelow.ss07 U+E21B" data-name="Vdotbelow.ss07" data-cp="E21B" href="#glyphs/Vdotbelow.ss07"></a> <a title="Wdieresis.ss07 U+E21C" data-name="Wdieresis.ss07" data-cp="E21C" href="#glyphs/Wdieresis.ss07"></a> <a title="Wdotaccent.ss07 U+E21D" data-name="Wdotaccent.ss07" data-cp="E21D" href="#glyphs/Wdotaccent.ss07"></a> <a title="Wdotbelow.ss07 U+E21E" data-name="Wdotbelow.ss07" data-cp="E21E" href="#glyphs/Wdotbelow.ss07"></a> <a title="Xdieresis.ss07 U+E21F" data-name="Xdieresis.ss07" data-cp="E21F" href="#glyphs/Xdieresis.ss07"></a> <a title="Xdotaccent.ss07 U+E220" data-name="Xdotaccent.ss07" data-cp="E220" href="#glyphs/Xdotaccent.ss07"></a> <a title="Ydieresis.ss07 U+E221" data-name="Ydieresis.ss07" data-cp="E221" href="#glyphs/Ydieresis.ss07"></a> <a title="Ydotaccent.ss07 U+E222" data-name="Ydotaccent.ss07" data-cp="E222" href="#glyphs/Ydotaccent.ss07"></a> <a title="Ydotbelow.ss07 U+E223" data-name="Ydotbelow.ss07" data-cp="E223" href="#glyphs/Ydotbelow.ss07"></a> <a title="Zdotaccent.ss07 U+E224" data-name="Zdotaccent.ss07" data-cp="E224" href="#glyphs/Zdotaccent.ss07"></a> <a title="Zdotbelow.ss07 U+E225" data-name="Zdotbelow.ss07" data-cp="E225" href="#glyphs/Zdotbelow.ss07"></a> <a title="Gdotaccent.1.ss07 U+E226" data-name="Gdotaccent.1.ss07" data-cp="E226" href="#glyphs/Gdotaccent.1.ss07"></a> <a title="Idieresis.1.ss07 U+E227" data-name="Idieresis.1.ss07" data-cp="E227" href="#glyphs/Idieresis.1.ss07"></a> <a title="Idieresisacute.1.ss07 U+E228" data-name="Idieresisacute.1.ss07" data-cp="E228" href="#glyphs/Idieresisacute.1.ss07"></a> <a title="Idotaccent.1.ss07 U+E229" data-name="Idotaccent.1.ss07" data-cp="E229" href="#glyphs/Idotaccent.1.ss07"></a> <a title="Idotbelow.1.ss07 U+E22A" data-name="Idotbelow.1.ss07" data-cp="E22A" href="#glyphs/Idotbelow.1.ss07"></a> <a title="abrevedotbelow.ss07 U+E22B" data-name="abrevedotbelow.ss07" data-cp="E22B" href="#glyphs/abrevedotbelow.ss07"></a> <a title="acircumflexdotbelow.ss07 U+E22C" data-name="acircumflexdotbelow.ss07" data-cp="E22C" href="#glyphs/acircumflexdotbelow.ss07"></a> <a title="adieresis.ss07 U+E22D" data-name="adieresis.ss07" data-cp="E22D" href="#glyphs/adieresis.ss07"></a> <a title="adieresismacron.ss07 U+E22E" data-name="adieresismacron.ss07" data-cp="E22E" href="#glyphs/adieresismacron.ss07"></a> <a title="adotaccent.ss07 U+E22F" data-name="adotaccent.ss07" data-cp="E22F" href="#glyphs/adotaccent.ss07"></a> <a title="adotbelow.ss07 U+E230" data-name="adotbelow.ss07" data-cp="E230" href="#glyphs/adotbelow.ss07"></a> <a title="bdotaccent.ss07 U+E231" data-name="bdotaccent.ss07" data-cp="E231" href="#glyphs/bdotaccent.ss07"></a> <a title="bdotbelow.ss07 U+E232" data-name="bdotbelow.ss07" data-cp="E232" href="#glyphs/bdotbelow.ss07"></a> <a title="cdotaccent.ss07 U+E233" data-name="cdotaccent.ss07" data-cp="E233" href="#glyphs/cdotaccent.ss07"></a> <a title="ddotaccent.ss07 U+E234" data-name="ddotaccent.ss07" data-cp="E234" href="#glyphs/ddotaccent.ss07"></a> <a title="ddotbelow.ss07 U+E235" data-name="ddotbelow.ss07" data-cp="E235" href="#glyphs/ddotbelow.ss07"></a> <a title="ecircumflexdotbelow.ss07 U+E236" data-name="ecircumflexdotbelow.ss07" data-cp="E236" href="#glyphs/ecircumflexdotbelow.ss07"></a> <a title="edieresis.ss07 U+E237" data-name="edieresis.ss07" data-cp="E237" href="#glyphs/edieresis.ss07"></a> <a title="edotaccent.ss07 U+E238" data-name="edotaccent.ss07" data-cp="E238" href="#glyphs/edotaccent.ss07"></a> <a title="edotbelow.ss07 U+E239" data-name="edotbelow.ss07" data-cp="E239" href="#glyphs/edotbelow.ss07"></a> <a title="fdotaccent.ss07 U+E23A" data-name="fdotaccent.ss07" data-cp="E23A" href="#glyphs/fdotaccent.ss07"></a> <a title="gdotaccent.ss07 U+E23B" data-name="gdotaccent.ss07" data-cp="E23B" href="#glyphs/gdotaccent.ss07"></a> <a title="hdieresis.ss07 U+E23C" data-name="hdieresis.ss07" data-cp="E23C" href="#glyphs/hdieresis.ss07"></a> <a title="hdotaccent.ss07 U+E23D" data-name="hdotaccent.ss07" data-cp="E23D" href="#glyphs/hdotaccent.ss07"></a> <a title="hdotbelow.ss07 U+E23E" data-name="hdotbelow.ss07" data-cp="E23E" href="#glyphs/hdotbelow.ss07"></a> <a title="i.ss07 U+E23F" data-name="i.ss07" data-cp="E23F" href="#glyphs/i.ss07"></a> <a title="idieresis.ss07 U+E240" data-name="idieresis.ss07" data-cp="E240" href="#glyphs/idieresis.ss07"></a> <a title="idieresisacute.ss07 U+E241" data-name="idieresisacute.ss07" data-cp="E241" href="#glyphs/idieresisacute.ss07"></a> <a title="idotbelow.ss07 U+E242" data-name="idotbelow.ss07" data-cp="E242" href="#glyphs/idotbelow.ss07"></a> <a title="iogonek.ss07 U+E243" data-name="iogonek.ss07" data-cp="E243" href="#glyphs/iogonek.ss07"></a> <a title="j.ss07 U+E244" data-name="j.ss07" data-cp="E244" href="#glyphs/j.ss07"></a> <a title="jstroke.ss07 U+E245" data-name="jstroke.ss07" data-cp="E245" href="#glyphs/jstroke.ss07"></a> <a title="kdotbelow.ss07 U+E246" data-name="kdotbelow.ss07" data-cp="E246" href="#glyphs/kdotbelow.ss07"></a> <a title="ldot.ss07 U+E247" data-name="ldot.ss07" data-cp="E247" href="#glyphs/ldot.ss07"></a> <a title="ldotbelow.ss07 U+E248" data-name="ldotbelow.ss07" data-cp="E248" href="#glyphs/ldotbelow.ss07"></a> <a title="ldotbelowmacron.ss07 U+E249" data-name="ldotbelowmacron.ss07" data-cp="E249" href="#glyphs/ldotbelowmacron.ss07"></a> <a title="mdotaccent.ss07 U+E24A" data-name="mdotaccent.ss07" data-cp="E24A" href="#glyphs/mdotaccent.ss07"></a> <a title="mdotbelow.ss07 U+E24B" data-name="mdotbelow.ss07" data-cp="E24B" href="#glyphs/mdotbelow.ss07"></a> <a title="ndotaccent.ss07 U+E24C" data-name="ndotaccent.ss07" data-cp="E24C" href="#glyphs/ndotaccent.ss07"></a> <a title="ndotbelow.ss07 U+E24D" data-name="ndotbelow.ss07" data-cp="E24D" href="#glyphs/ndotbelow.ss07"></a> <a title="ocircumflexdotbelow.ss07 U+E24E" data-name="ocircumflexdotbelow.ss07" data-cp="E24E" href="#glyphs/ocircumflexdotbelow.ss07"></a> <a title="odieresis.ss07 U+E24F" data-name="odieresis.ss07" data-cp="E24F" href="#glyphs/odieresis.ss07"></a> <a title="odieresismacron.ss07 U+E250" data-name="odieresismacron.ss07" data-cp="E250" href="#glyphs/odieresismacron.ss07"></a> <a title="odotaccent.ss07 U+E251" data-name="odotaccent.ss07" data-cp="E251" href="#glyphs/odotaccent.ss07"></a> <a title="odotbelow.ss07 U+E252" data-name="odotbelow.ss07" data-cp="E252" href="#glyphs/odotbelow.ss07"></a> <a title="ohorndotbelow.ss07 U+E253" data-name="ohorndotbelow.ss07" data-cp="E253" href="#glyphs/ohorndotbelow.ss07"></a> <a title="otildedieresis.ss07 U+E254" data-name="otildedieresis.ss07" data-cp="E254" href="#glyphs/otildedieresis.ss07"></a> <a title="pdotaccent.ss07 U+E255" data-name="pdotaccent.ss07" data-cp="E255" href="#glyphs/pdotaccent.ss07"></a> <a title="rdotaccent.ss07 U+E256" data-name="rdotaccent.ss07" data-cp="E256" href="#glyphs/rdotaccent.ss07"></a> <a title="rdotbelow.ss07 U+E257" data-name="rdotbelow.ss07" data-cp="E257" href="#glyphs/rdotbelow.ss07"></a> <a title="rdotbelowmacron.ss07 U+E258" data-name="rdotbelowmacron.ss07" data-cp="E258" href="#glyphs/rdotbelowmacron.ss07"></a> <a title="sacutedotaccent.ss07 U+E259" data-name="sacutedotaccent.ss07" data-cp="E259" href="#glyphs/sacutedotaccent.ss07"></a> <a title="scarondotaccent.ss07 U+E25A" data-name="scarondotaccent.ss07" data-cp="E25A" href="#glyphs/scarondotaccent.ss07"></a> <a title="sdotaccent.ss07 U+E25B" data-name="sdotaccent.ss07" data-cp="E25B" href="#glyphs/sdotaccent.ss07"></a> <a title="sdotbelow.ss07 U+E25C" data-name="sdotbelow.ss07" data-cp="E25C" href="#glyphs/sdotbelow.ss07"></a> <a title="sdotbelowdotaccent.ss07 U+E25D" data-name="sdotbelowdotaccent.ss07" data-cp="E25D" href="#glyphs/sdotbelowdotaccent.ss07"></a> <a title="tdieresis.ss07 U+E25E" data-name="tdieresis.ss07" data-cp="E25E" href="#glyphs/tdieresis.ss07"></a> <a title="tdotaccent.ss07 U+E25F" data-name="tdotaccent.ss07" data-cp="E25F" href="#glyphs/tdotaccent.ss07"></a> <a title="tdotbelow.ss07 U+E260" data-name="tdotbelow.ss07" data-cp="E260" href="#glyphs/tdotbelow.ss07"></a> <a title="udieresis.ss07 U+E261" data-name="udieresis.ss07" data-cp="E261" href="#glyphs/udieresis.ss07"></a> <a title="udieresisacute.ss07 U+E262" data-name="udieresisacute.ss07" data-cp="E262" href="#glyphs/udieresisacute.ss07"></a> <a title="udieresisbelow.ss07 U+E263" data-name="udieresisbelow.ss07" data-cp="E263" href="#glyphs/udieresisbelow.ss07"></a> <a title="udieresiscaron.ss07 U+E264" data-name="udieresiscaron.ss07" data-cp="E264" href="#glyphs/udieresiscaron.ss07"></a> <a title="udieresisgrave.ss07 U+E265" data-name="udieresisgrave.ss07" data-cp="E265" href="#glyphs/udieresisgrave.ss07"></a> <a title="udieresismacron.ss07 U+E266" data-name="udieresismacron.ss07" data-cp="E266" href="#glyphs/udieresismacron.ss07"></a> <a title="udotbelow.ss07 U+E267" data-name="udotbelow.ss07" data-cp="E267" href="#glyphs/udotbelow.ss07"></a> <a title="uhorndotbelow.ss07 U+E268" data-name="uhorndotbelow.ss07" data-cp="E268" href="#glyphs/uhorndotbelow.ss07"></a> <a title="umacrondieresis.ss07 U+E269" data-name="umacrondieresis.ss07" data-cp="E269" href="#glyphs/umacrondieresis.ss07"></a> <a title="vdotbelow.ss07 U+E26A" data-name="vdotbelow.ss07" data-cp="E26A" href="#glyphs/vdotbelow.ss07"></a> <a title="wdieresis.ss07 U+E26B" data-name="wdieresis.ss07" data-cp="E26B" href="#glyphs/wdieresis.ss07"></a> <a title="wdotaccent.ss07 U+E26C" data-name="wdotaccent.ss07" data-cp="E26C" href="#glyphs/wdotaccent.ss07"></a> <a title="wdotbelow.ss07 U+E26D" data-name="wdotbelow.ss07" data-cp="E26D" href="#glyphs/wdotbelow.ss07"></a> <a title="xdieresis.ss07 U+E26E" data-name="xdieresis.ss07" data-cp="E26E" href="#glyphs/xdieresis.ss07"></a> <a title="xdotaccent.ss07 U+E26F" data-name="xdotaccent.ss07" data-cp="E26F" href="#glyphs/xdotaccent.ss07"></a> <a title="ydieresis.ss07 U+E270" data-name="ydieresis.ss07" data-cp="E270" href="#glyphs/ydieresis.ss07"></a> <a title="ydotaccent.ss07 U+E271" data-name="ydotaccent.ss07" data-cp="E271" href="#glyphs/ydotaccent.ss07"></a> <a title="ydotbelow.ss07 U+E272" data-name="ydotbelow.ss07" data-cp="E272" href="#glyphs/ydotbelow.ss07"></a> <a title="zdotaccent.ss07 U+E273" data-name="zdotaccent.ss07" data-cp="E273" href="#glyphs/zdotaccent.ss07"></a> <a title="zdotbelow.ss07 U+E274" data-name="zdotbelow.ss07" data-cp="E274" href="#glyphs/zdotbelow.ss07"></a> <a title="abrevedotbelow.1.ss07 U+E275" data-name="abrevedotbelow.1.ss07" data-cp="E275" href="#glyphs/abrevedotbelow.1.ss07"></a> <a title="acircumflexdotbelow.1.ss07 U+E276" data-name="acircumflexdotbelow.1.ss07" data-cp="E276" href="#glyphs/acircumflexdotbelow.1.ss07"></a> <a title="adieresis.1.ss07 U+E277" data-name="adieresis.1.ss07" data-cp="E277" href="#glyphs/adieresis.1.ss07"></a> <a title="adieresismacron.1.ss07 U+E278" data-name="adieresismacron.1.ss07" data-cp="E278" href="#glyphs/adieresismacron.1.ss07"></a> <a title="adotaccent.1.ss07 U+E279" data-name="adotaccent.1.ss07" data-cp="E279" href="#glyphs/adotaccent.1.ss07"></a> <a title="adotbelow.1.ss07 U+E27A" data-name="adotbelow.1.ss07" data-cp="E27A" href="#glyphs/adotbelow.1.ss07"></a> <a title="idotbelow.ccmp.ss07 U+E27B" data-name="idotbelow.ccmp.ss07" data-cp="E27B" href="#glyphs/idotbelow.ccmp.ss07"></a> <a title="fdotaccent.1.ss07 U+E27C" data-name="fdotaccent.1.ss07" data-cp="E27C" href="#glyphs/fdotaccent.1.ss07"></a> <a title="ldot.ss02.ss07 U+E27D" data-name="ldot.ss02.ss07" data-cp="E27D" href="#glyphs/ldot.ss02.ss07"></a> <a title="ldotbelow.ss02.ss07 U+E27E" data-name="ldotbelow.ss02.ss07" data-cp="E27E" href="#glyphs/ldotbelow.ss02.ss07"></a> <a title="ldotbelowmacron.ss02.ss07 U+E27F" data-name="ldotbelowmacron.ss02.ss07" data-cp="E27F" href="#glyphs/ldotbelowmacron.ss02.ss07"></a> <a title="tdieresis.1.ss07 U+E280" data-name="tdieresis.1.ss07" data-cp="E280" href="#glyphs/tdieresis.1.ss07"></a> <a title="tdotaccent.1.ss07 U+E281" data-name="tdotaccent.1.ss07" data-cp="E281" href="#glyphs/tdotaccent.1.ss07"></a> <a title="tdotbelow.1.ss07 U+E282" data-name="tdotbelow.1.ss07" data-cp="E282" href="#glyphs/tdotbelow.1.ss07"></a> <a title="udieresis.1.ss07 U+E283" data-name="udieresis.1.ss07" data-cp="E283" href="#glyphs/udieresis.1.ss07"></a> <a title="udieresisacute.1.ss07 U+E284" data-name="udieresisacute.1.ss07" data-cp="E284" href="#glyphs/udieresisacute.1.ss07"></a> <a title="udieresisbelow.1.ss07 U+E285" data-name="udieresisbelow.1.ss07" data-cp="E285" href="#glyphs/udieresisbelow.1.ss07"></a> <a title="udieresiscaron.1.ss07 U+E286" data-name="udieresiscaron.1.ss07" data-cp="E286" href="#glyphs/udieresiscaron.1.ss07"></a> <a title="udieresisgrave.1.ss07 U+E287" data-name="udieresisgrave.1.ss07" data-cp="E287" href="#glyphs/udieresisgrave.1.ss07"></a> <a title="udieresismacron.1.ss07 U+E288" data-name="udieresismacron.1.ss07" data-cp="E288" href="#glyphs/udieresismacron.1.ss07"></a> <a title="udotbelow.1.ss07 U+E289" data-name="udotbelow.1.ss07" data-cp="E289" href="#glyphs/udotbelow.1.ss07"></a> <a title="uhorndotbelow.1.ss07 U+E28A" data-name="uhorndotbelow.1.ss07" data-cp="E28A" href="#glyphs/uhorndotbelow.1.ss07"></a> <a title="umacrondieresis.1.ss07 U+E28B" data-name="umacrondieresis.1.ss07" data-cp="E28B" href="#glyphs/umacrondieresis.1.ss07"></a> <a title="Io-cy.ss07 U+E28C" data-name="Io-cy.ss07" data-cp="E28C" href="#glyphs/Io-cy.ss07"></a> <a title="Yi-cy.ss07 U+E28D" data-name="Yi-cy.ss07" data-cp="E28D" href="#glyphs/Yi-cy.ss07"></a> <a title="Schwadieresis-cy.ss07 U+E28E" data-name="Schwadieresis-cy.ss07" data-cp="E28E" href="#glyphs/Schwadieresis-cy.ss07"></a> <a title="Zhedieresis-cy.ss07 U+E28F" data-name="Zhedieresis-cy.ss07" data-cp="E28F" href="#glyphs/Zhedieresis-cy.ss07"></a> <a title="Zedieresis-cy.ss07 U+E290" data-name="Zedieresis-cy.ss07" data-cp="E290" href="#glyphs/Zedieresis-cy.ss07"></a> <a title="Idieresis-cy.ss07 U+E291" data-name="Idieresis-cy.ss07" data-cp="E291" href="#glyphs/Idieresis-cy.ss07"></a> <a title="Obarreddieresis-cy.ss07 U+E292" data-name="Obarreddieresis-cy.ss07" data-cp="E292" href="#glyphs/Obarreddieresis-cy.ss07"></a> <a title="Edieresis-cy.ss07 U+E293" data-name="Edieresis-cy.ss07" data-cp="E293" href="#glyphs/Edieresis-cy.ss07"></a> <a title="Udieresis-cy.ss07 U+E294" data-name="Udieresis-cy.ss07" data-cp="E294" href="#glyphs/Udieresis-cy.ss07"></a> <a title="Chedieresis-cy.ss07 U+E295" data-name="Chedieresis-cy.ss07" data-cp="E295" href="#glyphs/Chedieresis-cy.ss07"></a> <a title="Yerudieresis-cy.ss07 U+E296" data-name="Yerudieresis-cy.ss07" data-cp="E296" href="#glyphs/Yerudieresis-cy.ss07"></a> <a title="Yi-cy.1.ss07 U+E297" data-name="Yi-cy.1.ss07" data-cp="E297" href="#glyphs/Yi-cy.1.ss07"></a> <a title="schwadieresis-cy.ss07 U+E298" data-name="schwadieresis-cy.ss07" data-cp="E298" href="#glyphs/schwadieresis-cy.ss07"></a> <a title="zhedieresis-cy.ss07 U+E299" data-name="zhedieresis-cy.ss07" data-cp="E299" href="#glyphs/zhedieresis-cy.ss07"></a> <a title="zedieresis-cy.ss07 U+E29A" data-name="zedieresis-cy.ss07" data-cp="E29A" href="#glyphs/zedieresis-cy.ss07"></a> <a title="idieresis-cy.ss07 U+E29B" data-name="idieresis-cy.ss07" data-cp="E29B" href="#glyphs/idieresis-cy.ss07"></a> <a title="obarreddieresis-cy.ss07 U+E29C" data-name="obarreddieresis-cy.ss07" data-cp="E29C" href="#glyphs/obarreddieresis-cy.ss07"></a> <a title="edieresis-cy.ss07 U+E29D" data-name="edieresis-cy.ss07" data-cp="E29D" href="#glyphs/edieresis-cy.ss07"></a> <a title="chedieresis-cy.ss07 U+E29E" data-name="chedieresis-cy.ss07" data-cp="E29E" href="#glyphs/chedieresis-cy.ss07"></a> <a title="yerudieresis-cy.ss07 U+E29F" data-name="yerudieresis-cy.ss07" data-cp="E29F" href="#glyphs/yerudieresis-cy.ss07"></a> <a title="UpsilondieresishookSymbol.ss07 U+E2A0" data-name="UpsilondieresishookSymbol.ss07" data-cp="E2A0" href="#glyphs/UpsilondieresishookSymbol.ss07"></a> <a title="iotadieresis.ss07 U+E2A1" data-name="iotadieresis.ss07" data-cp="E2A1" href="#glyphs/iotadieresis.ss07"></a> <a title="upsilondieresis.ss07 U+E2A2" data-name="upsilondieresis.ss07" data-cp="E2A2" href="#glyphs/upsilondieresis.ss07"></a> <a title="upsilondieresistonos.ss07 U+E2A3" data-name="upsilondieresistonos.ss07" data-cp="E2A3" href="#glyphs/upsilondieresistonos.ss07"></a> <a title="iotadialytikavaria.ss07 U+E2A4" data-name="iotadialytikavaria.ss07" data-cp="E2A4" href="#glyphs/iotadialytikavaria.ss07"></a> <a title="iotadialytikaperispomeni.ss07 U+E2A5" data-name="iotadialytikaperispomeni.ss07" data-cp="E2A5" href="#glyphs/iotadialytikaperispomeni.ss07"></a> <a title="upsilondialytikavaria.ss07 U+E2A6" data-name="upsilondialytikavaria.ss07" data-cp="E2A6" href="#glyphs/upsilondialytikavaria.ss07"></a> <a title="upsilondialytikaoxia.ss07 U+E2A7" data-name="upsilondialytikaoxia.ss07" data-cp="E2A7" href="#glyphs/upsilondialytikaoxia.ss07"></a> <a title="upsilondialytikaperispomeni.ss07 U+E2A8" data-name="upsilondialytikaperispomeni.ss07" data-cp="E2A8" href="#glyphs/upsilondialytikaperispomeni.ss07"></a> <a title="anoteleia.ss07 U+E2A9" data-name="anoteleia.ss07" data-cp="E2A9" href="#glyphs/anoteleia.ss07"></a> <a title="period.ss07 U+E2AA" data-name="period.ss07" data-cp="E2AA" href="#glyphs/period.ss07"></a> <a title="comma.ss07 U+E2AB" data-name="comma.ss07" data-cp="E2AB" href="#glyphs/comma.ss07"></a> <a title="colon.ss07 U+E2AC" data-name="colon.ss07" data-cp="E2AC" href="#glyphs/colon.ss07"></a> <a title="semicolon.ss07 U+E2AD" data-name="semicolon.ss07" data-cp="E2AD" href="#glyphs/semicolon.ss07"></a> <a title="ellipsis.ss07 U+E2AE" data-name="ellipsis.ss07" data-cp="E2AE" href="#glyphs/ellipsis.ss07"></a> <a title="exclam.ss07 U+E2AF" data-name="exclam.ss07" data-cp="E2AF" href="#glyphs/exclam.ss07"></a> <a title="question.ss07 U+E2B0" data-name="question.ss07" data-cp="E2B0" href="#glyphs/question.ss07"></a> <a title="periodcentered.ss07 U+E2B1" data-name="periodcentered.ss07" data-cp="E2B1" href="#glyphs/periodcentered.ss07"></a> <a title="reversedsemicolon.ss07 U+E2B2" data-name="reversedsemicolon.ss07" data-cp="E2B2" href="#glyphs/reversedsemicolon.ss07"></a> <a title="twodotenleader.ss07 U+E2B3" data-name="twodotenleader.ss07" data-cp="E2B3" href="#glyphs/twodotenleader.ss07"></a> <a title="colon.case.ss07 U+E2B4" data-name="colon.case.ss07" data-cp="E2B4" href="#glyphs/colon.case.ss07"></a> <a title="period.tf.ss07 U+E2B5" data-name="period.tf.ss07" data-cp="E2B5" href="#glyphs/period.tf.ss07"></a> <a title="comma.tf.ss07 U+E2B6" data-name="comma.tf.ss07" data-cp="E2B6" href="#glyphs/comma.tf.ss07"></a> <a title="colon.tf.ss07 U+E2B7" data-name="colon.tf.ss07" data-cp="E2B7" href="#glyphs/colon.tf.ss07"></a> <a title="semicolon.tf.ss07 U+E2B8" data-name="semicolon.tf.ss07" data-cp="E2B8" href="#glyphs/semicolon.tf.ss07"></a> <a title="colon.case.tf.ss07 U+E2B9" data-name="colon.case.tf.ss07" data-cp="E2B9" href="#glyphs/colon.case.tf.ss07"></a> <a title="raisedcolonmod.ss07 U+E2BA" data-name="raisedcolonmod.ss07" data-cp="E2BA" href="#glyphs/raisedcolonmod.ss07"></a> <a title="dieresistonos.ss07 U+E2BB" data-name="dieresistonos.ss07" data-cp="E2BB" href="#glyphs/dieresistonos.ss07"></a> <a title="dialytikavaria.ss07 U+E2BC" data-name="dialytikavaria.ss07" data-cp="E2BC" href="#glyphs/dialytikavaria.ss07"></a> <a title="dialytikaoxia.ss07 U+E2BD" data-name="dialytikaoxia.ss07" data-cp="E2BD" href="#glyphs/dialytikaoxia.ss07"></a> <a title="dialytikaperispomeni.ss07 U+E2BE" data-name="dialytikaperispomeni.ss07" data-cp="E2BE" href="#glyphs/dialytikaperispomeni.ss07"></a> <a title="dieresiscomb.ss07 U+E2BF" data-name="dieresiscomb.ss07" data-cp="E2BF" href="#glyphs/dieresiscomb.ss07"></a> <a title="dotaccentcomb.ss07 U+E2C0" data-name="dotaccentcomb.ss07" data-cp="E2C0" href="#glyphs/dotaccentcomb.ss07"></a> <a title="dotaboverightcomb.ss07 U+E2C1" data-name="dotaboverightcomb.ss07" data-cp="E2C1" href="#glyphs/dotaboverightcomb.ss07"></a> <a title="fourdotsabovecomb.ss07 U+E2C2" data-name="fourdotsabovecomb.ss07" data-cp="E2C2" href="#glyphs/fourdotsabovecomb.ss07"></a> <a title="threedotsabovecomb.ss07 U+E2C3" data-name="threedotsabovecomb.ss07" data-cp="E2C3" href="#glyphs/threedotsabovecomb.ss07"></a> <a title="tripleunderdotcomb.ss07 U+E2C4" data-name="tripleunderdotcomb.ss07" data-cp="E2C4" href="#glyphs/tripleunderdotcomb.ss07"></a> <a title="dieresis.ss07 U+E2C5" data-name="dieresis.ss07" data-cp="E2C5" href="#glyphs/dieresis.ss07"></a> <a title="dotaccent.ss07 U+E2C6" data-name="dotaccent.ss07" data-cp="E2C6" href="#glyphs/dotaccent.ss07"></a> <a title="dieresis.three.ss07 U+E2C7" data-name="dieresis.three.ss07" data-cp="E2C7" href="#glyphs/dieresis.three.ss07"></a> <a title="jcrosstail.ss07 U+E2D9" data-name="jcrosstail.ss07" data-cp="E2D9" href="#glyphs/jcrosstail.ss07"></a> <a title="slongdotaccent.ss07 U+E2DA" data-name="slongdotaccent.ss07" data-cp="E2DA" href="#glyphs/slongdotaccent.ss07"></a> <a title="dotbelow.ss07 U+E2DB" data-name="dotbelow.ss07" data-cp="E2DB" href="#glyphs/dotbelow.ss07"></a> <a title="onedotleader.ss07 U+E2DC" data-name="onedotleader.ss07" data-cp="E2DC" href="#glyphs/onedotleader.ss07"></a> <a title="diaeresistonoscomb.ss07 U+E2C8" data-name="diaeresistonoscomb.ss07" data-cp="E2C8" href="#glyphs/diaeresistonoscomb.ss07"></a> <a title="dotdblsubcomb.ss07 U+E2C9" data-name="dotdblsubcomb.ss07" data-cp="E2C9" href="#glyphs/dotdblsubcomb.ss07"></a> <a title="acutedotcomb.lc.ss07 U+E2CA" data-name="acutedotcomb.lc.ss07" data-cp="E2CA" href="#glyphs/acutedotcomb.lc.ss07"></a> <a title="carondot.lc.ss07 U+E2CB" data-name="carondot.lc.ss07" data-cp="E2CB" href="#glyphs/carondot.lc.ss07"></a> <a title="carondot.uc.ss07 U+E2CC" data-name="carondot.uc.ss07" data-cp="E2CC" href="#glyphs/carondot.uc.ss07"></a> <a title="dieresisacutecomb.lc.ss07 U+E2CD" data-name="dieresisacutecomb.lc.ss07" data-cp="E2CD" href="#glyphs/dieresisacutecomb.lc.ss07"></a> <a title="dieresisacutecomb.uc.ss07 U+E2CE" data-name="dieresisacutecomb.uc.ss07" data-cp="E2CE" href="#glyphs/dieresisacutecomb.uc.ss07"></a> <a title="dieresiscaroncomb.lc.ss07 U+E2CF" data-name="dieresiscaroncomb.lc.ss07" data-cp="E2CF" href="#glyphs/dieresiscaroncomb.lc.ss07"></a> <a title="dieresiscaroncomb.uc.ss07 U+E2D0" data-name="dieresiscaroncomb.uc.ss07" data-cp="E2D0" href="#glyphs/dieresiscaroncomb.uc.ss07"></a> <a title="dieresisgravecomb.lc.ss07 U+E2D1" data-name="dieresisgravecomb.lc.ss07" data-cp="E2D1" href="#glyphs/dieresisgravecomb.lc.ss07"></a> <a title="dieresisgravecomb.uc.ss07 U+E2D2" data-name="dieresisgravecomb.uc.ss07" data-cp="E2D2" href="#glyphs/dieresisgravecomb.uc.ss07"></a> <a title="dieresismacroncomb.lc.ss07 U+E2D3" data-name="dieresismacroncomb.lc.ss07" data-cp="E2D3" href="#glyphs/dieresismacroncomb.lc.ss07"></a> <a title="dieresismacroncomb.uc.ss07 U+E2D4" data-name="dieresismacroncomb.uc.ss07" data-cp="E2D4" href="#glyphs/dieresismacroncomb.uc.ss07"></a> <a title="macrondieresiscomb.cn.ss07 U+E2D5" data-name="macrondieresiscomb.cn.ss07" data-cp="E2D5" href="#glyphs/macrondieresiscomb.cn.ss07"></a> <a title="macrondieresiscomb.lc.ss07 U+E2D6" data-name="macrondieresiscomb.lc.ss07" data-cp="E2D6" href="#glyphs/macrondieresiscomb.lc.ss07"></a> <a title="tildedieresiscomb.lc.ss07 U+E2D7" data-name="tildedieresiscomb.lc.ss07" data-cp="E2D7" href="#glyphs/tildedieresiscomb.lc.ss07"></a> <a title="tildedieresiscomb.uc.ss07 U+E2D8" data-name="tildedieresiscomb.uc.ss07" data-cp="E2D8" href="#glyphs/tildedieresiscomb.uc.ss07"></a> <a title="Btopbar U+0182 LATIN CAPITAL LETTER B WITH TOPBAR " data-name="Btopbar" data-cp="0182" href="#glyphs/Btopbar">Ƃ</a> <a title="DZ U+01F1 LATIN CAPITAL LETTER DZ " data-name="DZ" data-cp="01F1" href="#glyphs/DZ">DZ</a> <a title="Dcroat U+0110 LATIN CAPITAL LETTER D WITH STROKE " data-name="Dcroat" data-cp="0110" href="#glyphs/Dcroat">Đ</a> <a title="Dtopbar U+018B LATIN CAPITAL LETTER D WITH TOPBAR " data-name="Dtopbar" data-cp="018B" href="#glyphs/Dtopbar">Ƌ</a> <a title="Eth U+00D0 LATIN CAPITAL LETTER ETH " data-name="Eth" data-cp="00D0" href="#glyphs/Eth">Ð</a> <a title="Epsilon1 U+0190 LATIN CAPITAL LETTER OPEN E " data-name="Epsilon1" data-cp="0190" href="#glyphs/Epsilon1">Ɛ</a> <a title="Esh U+01A9 LATIN CAPITAL LETTER ESH " data-name="Esh" data-cp="01A9" href="#glyphs/Esh">Ʃ</a> <a title="Schwa U+018F LATIN CAPITAL LETTER SCHWA " data-name="Schwa" data-cp="018F" href="#glyphs/Schwa">Ə</a> <a title="Ezh U+01B7 LATIN CAPITAL LETTER EZH " data-name="Ezh" data-cp="01B7" href="#glyphs/Ezh">Ʒ</a> <a title="Ezhcaron U+01EE LATIN CAPITAL LETTER EZH WITH CARON " data-name="Ezhcaron" data-cp="01EE" href="#glyphs/Ezhcaron">Ǯ</a> <a title="Ezhreversed U+01B8 LATIN CAPITAL LETTER EZH REVERSED " data-name="Ezhreversed" data-cp="01B8" href="#glyphs/Ezhreversed">Ƹ</a> <a title="uni021C U+021C LATIN CAPITAL LETTER YOGH " data-name="uni021C" data-cp="021C" href="#glyphs/uni021C">Ȝ</a> <a title="IJ U+0132 LATIN CAPITAL LIGATURE IJ " data-name="IJ" data-cp="0132" href="#glyphs/IJ">IJ</a> <a title="LJ U+01C7 LATIN CAPITAL LETTER LJ " data-name="LJ" data-cp="01C7" href="#glyphs/LJ">LJ</a> <a title="Ldot U+013F LATIN CAPITAL LETTER L WITH MIDDLE DOT " data-name="Ldot" data-cp="013F" href="#glyphs/Ldot">Ŀ</a> <a title="NJ U+01CA LATIN CAPITAL LETTER NJ " data-name="NJ" data-cp="01CA" href="#glyphs/NJ">NJ</a> <a title="OI U+01A2 LATIN CAPITAL LETTER OI " data-name="OI" data-cp="01A2" href="#glyphs/OI">Ƣ</a> <a title="Tbar U+0166 LATIN CAPITAL LETTER T WITH STROKE " data-name="Tbar" data-cp="0166" href="#glyphs/Tbar">Ŧ</a> <a title="Tonesix U+0184 LATIN CAPITAL LETTER TONE SIX " data-name="Tonesix" data-cp="0184" href="#glyphs/Tonesix">Ƅ</a> <a title="Vcursive U+01B2 LATIN CAPITAL LETTER V WITH HOOK " data-name="Vcursive" data-cp="01B2" href="#glyphs/Vcursive">Ʋ</a> <a title="YR U+01A6 LATIN LETTER YR " data-name="YR" data-cp="01A6" href="#glyphs/YR">Ʀ</a> <a title="mcapturn U+019C LATIN CAPITAL LETTER TURNED M " data-name="mcapturn" data-cp="019C" href="#glyphs/mcapturn">Ɯ</a> <a title="uni01F7 U+01F7 LATIN CAPITAL LETTER WYNN " data-name="uni01F7" data-cp="01F7" href="#glyphs/uni01F7">Ƿ</a> <a title="uni0220 U+0220 LATIN CAPITAL LETTER N WITH LONG RIGHT LEG " data-name="uni0220" data-cp="0220" href="#glyphs/uni0220">Ƞ</a> <a title="uni0222 U+0222 LATIN CAPITAL LETTER OU " data-name="uni0222" data-cp="0222" href="#glyphs/uni0222">Ȣ</a> <a title="uni0241 U+0241 LATIN CAPITAL LETTER GLOTTAL STOP " data-name="uni0241" data-cp="0241" href="#glyphs/uni0241">Ɂ</a> <a title="uni0245 U+0245 LATIN CAPITAL LETTER TURNED V " data-name="uni0245" data-cp="0245" href="#glyphs/uni0245">Ʌ</a> <a title="uni1EFA U+1EFA LATIN CAPITAL LETTER MIDDLE-WELSH LL " data-name="uni1EFA" data-cp="1EFA" href="#glyphs/uni1EFA">Ỻ</a> <a title="uni1EFC U+1EFC LATIN CAPITAL LETTER MIDDLE-WELSH V " data-name="uni1EFC" data-cp="1EFC" href="#glyphs/uni1EFC">Ỽ</a> <a title="uni1EFE U+1EFE LATIN CAPITAL LETTER Y WITH LOOP " data-name="uni1EFE" data-cp="1EFE" href="#glyphs/uni1EFE">Ỿ</a> <a title="ascript U+0251 LATIN SMALL LETTER ALPHA " data-name="ascript" data-cp="0251" href="#glyphs/ascript">ɑ</a> <a title="ascriptturn U+0252 LATIN SMALL LETTER TURNED ALPHA " data-name="ascriptturn" data-cp="0252" href="#glyphs/ascriptturn">ɒ</a> <a title="babygamma U+0264 LATIN SMALL LETTER RAMS HORN " data-name="babygamma" data-cp="0264" href="#glyphs/babygamma">ɤ</a> <a title="cstretch U+0297 LATIN LETTER STRETCHED C " data-name="cstretch" data-cp="0297" href="#glyphs/cstretch">ʗ</a> <a title="deltaturn U+018D LATIN SMALL LETTER TURNED DELTA " data-name="deltaturn" data-cp="018D" href="#glyphs/deltaturn">ƍ</a> <a title="erev U+0258 LATIN SMALL LETTER REVERSED E " data-name="erev" data-cp="0258" href="#glyphs/erev">ɘ</a> <a title="esh U+0283 LATIN SMALL LETTER ESH " data-name="esh" data-cp="0283" href="#glyphs/esh">ʃ</a> <a title="eshcurl U+0286 LATIN SMALL LETTER ESH WITH CURL " data-name="eshcurl" data-cp="0286" href="#glyphs/eshcurl">ʆ</a> <a title="eshlooprev U+01AA LATIN LETTER REVERSED ESH LOOP " data-name="eshlooprev" data-cp="01AA" href="#glyphs/eshlooprev">ƪ</a> <a title="schwa U+0259 LATIN SMALL LETTER SCHWA " data-name="schwa" data-cp="0259" href="#glyphs/schwa">ə</a> <a title="schwahook U+025A LATIN SMALL LETTER SCHWA WITH HOOK " data-name="schwahook" data-cp="025A" href="#glyphs/schwahook">ɚ</a> <a title="ezh U+0292 LATIN SMALL LETTER EZH " data-name="ezh" data-cp="0292" href="#glyphs/ezh">ʒ</a> <a title="ezhcaron U+01EF LATIN SMALL LETTER EZH WITH CARON " data-name="ezhcaron" data-cp="01EF" href="#glyphs/ezhcaron">ǯ</a> <a title="ezhcurl U+0293 LATIN SMALL LETTER EZH WITH CURL " data-name="ezhcurl" data-cp="0293" href="#glyphs/ezhcurl">ʓ</a> <a title="ezhreversed U+01B9 LATIN SMALL LETTER EZH REVERSED " data-name="ezhreversed" data-cp="01B9" href="#glyphs/ezhreversed">ƹ</a> <a title="ezhtail U+01BA LATIN SMALL LETTER EZH WITH TAIL " data-name="ezhtail" data-cp="01BA" href="#glyphs/ezhtail">ƺ</a> <a title="finalkaf U+02AA LATIN SMALL LETTER LS DIGRAPH " data-name="finalkaf" data-cp="02AA" href="#glyphs/finalkaf">ʪ</a> <a title="finalmem U+02AD LATIN LETTER BIDENTAL PERCUSSIVE " data-name="finalmem" data-cp="02AD" href="#glyphs/finalmem">ʭ</a> <a title="gcursive U+0261 LATIN SMALL LETTER SCRIPT G " data-name="gcursive" data-cp="0261" href="#glyphs/gcursive">ɡ</a> <a title="glottalstop U+0294 LATIN LETTER GLOTTAL STOP " data-name="glottalstop" data-cp="0294" href="#glyphs/glottalstop">ʔ</a> <a title="glottalstopbar U+02A1 LATIN LETTER GLOTTAL STOP WITH STROKE " data-name="glottalstopbar" data-cp="02A1" href="#glyphs/glottalstopbar">ʡ</a> <a title="glottalstopbarinv U+01BE LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE " data-name="glottalstopbarinv" data-cp="01BE" href="#glyphs/glottalstopbarinv">ƾ</a> <a title="glottalstopbarrev U+02A2 LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE " data-name="glottalstopbarrev" data-cp="02A2" href="#glyphs/glottalstopbarrev">ʢ</a> <a title="glottalstopinv U+0296 LATIN LETTER INVERTED GLOTTAL STOP " data-name="glottalstopinv" data-cp="0296" href="#glyphs/glottalstopinv">ʖ</a> <a title="glottalstoprevinv U+0295 LATIN LETTER PHARYNGEAL VOICED FRICATIVE " data-name="glottalstoprevinv" data-cp="0295" href="#glyphs/glottalstoprevinv">ʕ</a> <a title="uni021D U+021D LATIN SMALL LETTER YOGH " data-name="uni021D" data-cp="021D" href="#glyphs/uni021D">ȝ</a> <a title="jhookdblbar U+0284 LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK " data-name="jhookdblbar" data-cp="0284" href="#glyphs/jhookdblbar">ʄ</a> <a title="kgreenlandic U+0138 LATIN SMALL LETTER KRA " data-name="kgreenlandic" data-cp="0138" href="#glyphs/kgreenlandic">ĸ</a> <a title="lambdabar U+019B LATIN SMALL LETTER LAMBDA WITH STROKE " data-name="lambdabar" data-cp="019B" href="#glyphs/lambdabar">ƛ</a> <a title="lyogh U+026E LATIN SMALL LETTER LEZH " data-name="lyogh" data-cp="026E" href="#glyphs/lyogh">ɮ</a> <a title="oi U+01A3 LATIN SMALL LETTER OI " data-name="oi" data-cp="01A3" href="#glyphs/oi">ƣ</a> <a title="omegaclosed U+0277 LATIN SMALL LETTER CLOSED OMEGA " data-name="omegaclosed" data-cp="0277" href="#glyphs/omegaclosed">ɷ</a> <a title="oopen U+0254 LATIN SMALL LETTER OPEN O " data-name="oopen" data-cp="0254" href="#glyphs/oopen">ɔ</a> <a title="philatin U+0278 LATIN SMALL LETTER PHI " data-name="philatin" data-cp="0278" href="#glyphs/philatin">ɸ</a> <a title="rturnascend U+027A LATIN SMALL LETTER TURNED R WITH LONG LEG " data-name="rturnascend" data-cp="027A" href="#glyphs/rturnascend">ɺ</a> <a title="tesh U+02A7 LATIN SMALL LETTER TESH DIGRAPH " data-name="tesh" data-cp="02A7" href="#glyphs/tesh">ʧ</a> <a title="thook U+01AD LATIN SMALL LETTER T WITH HOOK " data-name="thook" data-cp="01AD" href="#glyphs/thook">ƭ</a> <a title="tonefive U+01BD LATIN SMALL LETTER TONE FIVE " data-name="tonefive" data-cp="01BD" href="#glyphs/tonefive">ƽ</a> <a title="tonesix U+0185 LATIN SMALL LETTER TONE SIX " data-name="tonesix" data-cp="0185" href="#glyphs/tonesix">ƅ</a> <a title="ts U+02A6 LATIN SMALL LETTER TS DIGRAPH " data-name="ts" data-cp="02A6" href="#glyphs/ts">ʦ</a> <a title="uni0223 U+0223 LATIN SMALL LETTER OU " data-name="uni0223" data-cp="0223" href="#glyphs/uni0223">ȣ</a> <a title="uni0238 U+0238 LATIN SMALL LETTER DB DIGRAPH " data-name="uni0238" data-cp="0238" href="#glyphs/uni0238">ȸ</a> <a title="uni0239 U+0239 LATIN SMALL LETTER QP DIGRAPH " data-name="uni0239" data-cp="0239" href="#glyphs/uni0239">ȹ</a> <a title="uni0242 U+0242 LATIN SMALL LETTER GLOTTAL STOP " data-name="uni0242" data-cp="0242" href="#glyphs/uni0242">ɂ</a> <a title="uni0299 U+0299 LATIN LETTER SMALL CAPITAL B " data-name="uni0299" data-cp="0299" href="#glyphs/uni0299">ʙ</a> <a title="uni02AB U+02AB LATIN SMALL LETTER LZ DIGRAPH " data-name="uni02AB" data-cp="02AB" href="#glyphs/uni02AB">ʫ</a> <a title="uni02AC U+02AC LATIN LETTER BILABIAL PERCUSSIVE " data-name="uni02AC" data-cp="02AC" href="#glyphs/uni02AC">ʬ</a> <a title="uni1E9D U+1E9D LATIN SMALL LETTER LONG S WITH HIGH STROKE " data-name="uni1E9D" data-cp="1E9D" href="#glyphs/uni1E9D">ẝ</a> <a title="uni1E9F U+1E9F LATIN SMALL LETTER DELTA " data-name="uni1E9F" data-cp="1E9F" href="#glyphs/uni1E9F">ẟ</a> <a title="uni1EFB U+1EFB LATIN SMALL LETTER MIDDLE-WELSH LL " data-name="uni1EFB" data-cp="1EFB" href="#glyphs/uni1EFB">ỻ</a> <a title="uni1EFD U+1EFD LATIN SMALL LETTER MIDDLE-WELSH V " data-name="uni1EFD" data-cp="1EFD" href="#glyphs/uni1EFD">ỽ</a> <a title="uni1EFF U+1EFF LATIN SMALL LETTER Y WITH LOOP " data-name="uni1EFF" data-cp="1EFF" href="#glyphs/uni1EFF">ỿ</a> <a title="uni2184 U+2184 LATIN SMALL LETTER REVERSED C " data-name="uni2184" data-cp="2184" href="#glyphs/uni2184">ↄ</a> <a title="upsilonlatin U+028A LATIN SMALL LETTER UPSILON " data-name="upsilonlatin" data-cp="028A" href="#glyphs/upsilonlatin">ʊ</a> <a title="vscript U+028B LATIN SMALL LETTER V WITH HOOK " data-name="vscript" data-cp="028B" href="#glyphs/vscript">ʋ</a> <a title="wynn U+01BF LATIN LETTER WYNN " data-name="wynn" data-cp="01BF" href="#glyphs/wynn">ƿ</a> <a title="a.sc U+1D00 LATIN LETTER SMALL CAPITAL A " data-name="a.sc" data-cp="1D00" href="#glyphs/a.sc">ᴀ</a> <a title="h.sc U+029C LATIN LETTER SMALL CAPITAL H " data-name="h.sc" data-cp="029C" href="#glyphs/h.sc">ʜ</a> <a title="m.sc U+1D0D LATIN LETTER SMALL CAPITAL M " data-name="m.sc" data-cp="1D0D" href="#glyphs/m.sc">ᴍ</a> <a title="t.sc U+1D1B LATIN LETTER SMALL CAPITAL T " data-name="t.sc" data-cp="1D1B" href="#glyphs/t.sc">ᴛ</a> <a title="uni2094 U+2094 LATIN SUBSCRIPT SMALL LETTER SCHWA " data-name="uni2094" data-cp="2094" href="#glyphs/uni2094">ₔ</a> <a title="exclam1 U+01C3 LATIN LETTER RETROFLEX CLICK " data-name="exclam1" data-cp="01C3" href="#glyphs/exclam1">ǃ</a> <a title="pipe U+01C0 LATIN LETTER DENTAL CLICK " data-name="pipe" data-cp="01C0" href="#glyphs/pipe">ǀ</a> <a title="pipedbl U+01C1 LATIN LETTER LATERAL CLICK " data-name="pipedbl" data-cp="01C1" href="#glyphs/pipedbl">ǁ</a> <a title="pipedblbar U+01C2 LATIN LETTER ALVEOLAR CLICK " data-name="pipedblbar" data-cp="01C2" href="#glyphs/pipedblbar">ǂ</a> <a title="uniA7FF U+A7FF LATIN EPIGRAPHIC LETTER ARCHAIC M " data-name="uniA7FF" data-cp="A7FF" href="#glyphs/uniA7FF">ꟿ</a> <a title="Rturnsuper U+02B6 MODIFIER LETTER SMALL CAPITAL INVERTED R " data-name="Rturnsuper" data-cp="02B6" href="#glyphs/Rturnsuper">ʶ</a> <a title="finaltsadi U+02B5 MODIFIER LETTER SMALL TURNED R WITH HOOK " data-name="finaltsadi" data-cp="02B5" href="#glyphs/finaltsadi">ʵ</a> <a title="hhooksuper U+02B1 MODIFIER LETTER SMALL H WITH HOOK " data-name="hhooksuper" data-cp="02B1" href="#glyphs/hhooksuper">ʱ</a> <a title="rturnsuper U+02B4 MODIFIER LETTER SMALL TURNED R " data-name="rturnsuper" data-cp="02B4" href="#glyphs/rturnsuper">ʴ</a> <a title="Ge-cy U+0413 CYRILLIC CAPITAL LETTER GHE " data-name="Ge-cy" data-cp="0413" href="#glyphs/Ge-cy">Г</a> <a title="afii10052 U+0403 CYRILLIC CAPITAL LETTER GJE " data-name="afii10052" data-cp="0403" href="#glyphs/afii10052">Ѓ</a> <a title="uni04F6 U+04F6 CYRILLIC CAPITAL LETTER GHE WITH DESCENDER " data-name="uni04F6" data-cp="04F6" href="#glyphs/uni04F6">Ӷ</a> <a title="Ghestrokecyrillic U+0492 CYRILLIC CAPITAL LETTER GHE WITH STROKE " data-name="Ghestrokecyrillic" data-cp="0492" href="#glyphs/Ghestrokecyrillic">Ғ</a> <a title="afii10061 U+040C CYRILLIC CAPITAL LETTER KJE " data-name="afii10061" data-cp="040C" href="#glyphs/afii10061">Ќ</a> <a title="Pe-cy U+041F CYRILLIC CAPITAL LETTER PE " data-name="Pe-cy" data-cp="041F" href="#glyphs/Pe-cy">П</a> <a title="afii10034 U+0420 CYRILLIC CAPITAL LETTER ER " data-name="afii10034" data-cp="0420" href="#glyphs/afii10034">Р</a> <a title="afii10035 U+0421 CYRILLIC CAPITAL LETTER ES " data-name="afii10035" data-cp="0421" href="#glyphs/afii10035">С</a> <a title="Te-cy U+0422 CYRILLIC CAPITAL LETTER TE " data-name="Te-cy" data-cp="0422" href="#glyphs/Te-cy">Т</a> <a title="afii10062 U+040E CYRILLIC CAPITAL LETTER SHORT U " data-name="afii10062" data-cp="040E" href="#glyphs/afii10062">Ў</a> <a title="afii10039 U+0425 CYRILLIC CAPITAL LETTER HA " data-name="afii10039" data-cp="0425" href="#glyphs/afii10039">Х</a> <a title="Omegacyrillic U+0460 CYRILLIC CAPITAL LETTER OMEGA " data-name="Omegacyrillic" data-cp="0460" href="#glyphs/Omegacyrillic">Ѡ</a> <a title="afii10146 U+0462 CYRILLIC CAPITAL LETTER YAT " data-name="afii10146" data-cp="0462" href="#glyphs/afii10146">Ѣ</a> <a title="Eiotifiedcyrillic U+0464 CYRILLIC CAPITAL LETTER IOTIFIED E " data-name="Eiotifiedcyrillic" data-cp="0464" href="#glyphs/Eiotifiedcyrillic">Ѥ</a> <a title="Yuslittlecyrillic U+0466 CYRILLIC CAPITAL LETTER LITTLE YUS " data-name="Yuslittlecyrillic" data-cp="0466" href="#glyphs/Yuslittlecyrillic">Ѧ</a> <a title="Yuslittleiotifiedcyrillic U+0468 CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS " data-name="Yuslittleiotifiedcyrillic" data-cp="0468" href="#glyphs/Yuslittleiotifiedcyrillic">Ѩ</a> <a title="Yusbigcyrillic U+046A CYRILLIC CAPITAL LETTER BIG YUS " data-name="Yusbigcyrillic" data-cp="046A" href="#glyphs/Yusbigcyrillic">Ѫ</a> <a title="Yusbigiotifiedcyrillic U+046C CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS " data-name="Yusbigiotifiedcyrillic" data-cp="046C" href="#glyphs/Yusbigiotifiedcyrillic">Ѭ</a> <a title="Ksicyrillic U+046E CYRILLIC CAPITAL LETTER KSI " data-name="Ksicyrillic" data-cp="046E" href="#glyphs/Ksicyrillic">Ѯ</a> <a title="Psicyrillic U+0470 CYRILLIC CAPITAL LETTER PSI " data-name="Psicyrillic" data-cp="0470" href="#glyphs/Psicyrillic">Ѱ</a> <a title="Izhitsadblgravecyrillic U+0476 CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT " data-name="Izhitsadblgravecyrillic" data-cp="0476" href="#glyphs/Izhitsadblgravecyrillic">Ѷ</a> <a title="Ukcyrillic U+0478 CYRILLIC CAPITAL LETTER UK " data-name="Ukcyrillic" data-cp="0478" href="#glyphs/Ukcyrillic">Ѹ</a> <a title="Zedescendercyrillic U+0498 CYRILLIC CAPITAL LETTER ZE WITH DESCENDER " data-name="Zedescendercyrillic" data-cp="0498" href="#glyphs/Zedescendercyrillic">Ҙ</a> <a title="Esdescendercyrillic U+04AA CYRILLIC CAPITAL LETTER ES WITH DESCENDER " data-name="Esdescendercyrillic" data-cp="04AA" href="#glyphs/Esdescendercyrillic">Ҫ</a> <a title="Tedescendercyrillic U+04AC CYRILLIC CAPITAL LETTER TE WITH DESCENDER " data-name="Tedescendercyrillic" data-cp="04AC" href="#glyphs/Tedescendercyrillic">Ҭ</a> <a title="Ustraightcyrillic U+04AE CYRILLIC CAPITAL LETTER STRAIGHT U " data-name="Ustraightcyrillic" data-cp="04AE" href="#glyphs/Ustraightcyrillic">Ү</a> <a title="Ustraightstrokecyrillic U+04B0 CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE " data-name="Ustraightstrokecyrillic" data-cp="04B0" href="#glyphs/Ustraightstrokecyrillic">Ұ</a> <a title="Chedescenderabkhasiancyrillic U+04BE CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER " data-name="Chedescenderabkhasiancyrillic" data-cp="04BE" href="#glyphs/Chedescenderabkhasiancyrillic">Ҿ</a> <a title="palochkacyrillic U+04C0 CYRILLIC LETTER PALOCHKA " data-name="palochkacyrillic" data-cp="04C0" href="#glyphs/palochkacyrillic">Ӏ</a> <a title="Zhebrevecyrillic U+04C1 CYRILLIC CAPITAL LETTER ZHE WITH BREVE " data-name="Zhebrevecyrillic" data-cp="04C1" href="#glyphs/Zhebrevecyrillic">Ӂ</a> <a title="Eltail-cy U+04C5 CYRILLIC CAPITAL LETTER EL WITH TAIL " data-name="Eltail-cy" data-cp="04C5" href="#glyphs/Eltail-cy">Ӆ</a> <a title="Chekhakassiancyrillic U+04CB CYRILLIC CAPITAL LETTER KHAKASSIAN CHE " data-name="Chekhakassiancyrillic" data-cp="04CB" href="#glyphs/Chekhakassiancyrillic">Ӌ</a> <a title="Schwadieresiscyrillic U+04DA CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS " data-name="Schwadieresiscyrillic" data-cp="04DA" href="#glyphs/Schwadieresiscyrillic">Ӛ</a> <a title="Zhedieresiscyrillic U+04DC CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS " data-name="Zhedieresiscyrillic" data-cp="04DC" href="#glyphs/Zhedieresiscyrillic">Ӝ</a> <a title="Zedieresiscyrillic U+04DE CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS " data-name="Zedieresiscyrillic" data-cp="04DE" href="#glyphs/Zedieresiscyrillic">Ӟ</a> <a title="uni04EC U+04EC CYRILLIC CAPITAL LETTER E WITH DIAERESIS " data-name="uni04EC" data-cp="04EC" href="#glyphs/uni04EC">Ӭ</a> <a title="Chedieresiscyrillic U+04F4 CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS " data-name="Chedieresiscyrillic" data-cp="04F4" href="#glyphs/Chedieresiscyrillic">Ӵ</a> <a title="Yerudieresiscyrillic U+04F8 CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS " data-name="Yerudieresiscyrillic" data-cp="04F8" href="#glyphs/Yerudieresiscyrillic">Ӹ</a> <a title="uni04FE U+04FE CYRILLIC CAPITAL LETTER HA WITH STROKE " data-name="uni04FE" data-cp="04FE" href="#glyphs/uni04FE">Ӿ</a> <a title="Koppacyrillic U+0480 CYRILLIC CAPITAL LETTER KOPPA " data-name="Koppacyrillic" data-cp="0480" href="#glyphs/Koppacyrillic">Ҁ</a> <a title="uni048C U+048C CYRILLIC CAPITAL LETTER SEMISOFT SIGN " data-name="uni048C" data-cp="048C" href="#glyphs/uni048C">Ҍ</a> <a title="gjecyrillic U+0453 CYRILLIC SMALL LETTER GJE " data-name="gjecyrillic" data-cp="0453" href="#glyphs/gjecyrillic">ѓ</a> <a title="gedescender-cy U+04F7 CYRILLIC SMALL LETTER GHE WITH DESCENDER " data-name="gedescender-cy" data-cp="04F7" href="#glyphs/gedescender-cy">ӷ</a> <a title="ghestrokecyrillic U+0493 CYRILLIC SMALL LETTER GHE WITH STROKE " data-name="ghestrokecyrillic" data-cp="0493" href="#glyphs/ghestrokecyrillic">ғ</a> <a title="iishortcyrillic U+0439 CYRILLIC SMALL LETTER SHORT I " data-name="iishortcyrillic" data-cp="0439" href="#glyphs/iishortcyrillic">й</a> <a title="uni045D U+045D CYRILLIC SMALL LETTER I WITH GRAVE " data-name="uni045D" data-cp="045D" href="#glyphs/uni045D">ѝ</a> <a title="kjecyrillic U+045C CYRILLIC SMALL LETTER KJE " data-name="kjecyrillic" data-cp="045C" href="#glyphs/kjecyrillic">ќ</a> <a title="omegacyrillic U+0461 CYRILLIC SMALL LETTER OMEGA " data-name="omegacyrillic" data-cp="0461" href="#glyphs/omegacyrillic">ѡ</a> <a title="eiotifiedcyrillic U+0465 CYRILLIC SMALL LETTER IOTIFIED E " data-name="eiotifiedcyrillic" data-cp="0465" href="#glyphs/eiotifiedcyrillic">ѥ</a> <a title="yuslittlecyrillic U+0467 CYRILLIC SMALL LETTER LITTLE YUS " data-name="yuslittlecyrillic" data-cp="0467" href="#glyphs/yuslittlecyrillic">ѧ</a> <a title="yuslittleiotifiedcyrillic U+0469 CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS " data-name="yuslittleiotifiedcyrillic" data-cp="0469" href="#glyphs/yuslittleiotifiedcyrillic">ѩ</a> <a title="yusbigcyrillic U+046B CYRILLIC SMALL LETTER BIG YUS " data-name="yusbigcyrillic" data-cp="046B" href="#glyphs/yusbigcyrillic">ѫ</a> <a title="yusbigiotifiedcyrillic U+046D CYRILLIC SMALL LETTER IOTIFIED BIG YUS " data-name="yusbigiotifiedcyrillic" data-cp="046D" href="#glyphs/yusbigiotifiedcyrillic">ѭ</a> <a title="ksicyrillic U+046F CYRILLIC SMALL LETTER KSI " data-name="ksicyrillic" data-cp="046F" href="#glyphs/ksicyrillic">ѯ</a> <a title="psicyrillic U+0471 CYRILLIC SMALL LETTER PSI " data-name="psicyrillic" data-cp="0471" href="#glyphs/psicyrillic">ѱ</a> <a title="izhitsadblgravecyrillic U+0477 CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT " data-name="izhitsadblgravecyrillic" data-cp="0477" href="#glyphs/izhitsadblgravecyrillic">ѷ</a> <a title="zedescendercyrillic U+0499 CYRILLIC SMALL LETTER ZE WITH DESCENDER " data-name="zedescendercyrillic" data-cp="0499" href="#glyphs/zedescendercyrillic">ҙ</a> <a title="esdescendercyrillic U+04AB CYRILLIC SMALL LETTER ES WITH DESCENDER " data-name="esdescendercyrillic" data-cp="04AB" href="#glyphs/esdescendercyrillic">ҫ</a> <a title="tedescendercyrillic U+04AD CYRILLIC SMALL LETTER TE WITH DESCENDER " data-name="tedescendercyrillic" data-cp="04AD" href="#glyphs/tedescendercyrillic">ҭ</a> <a title="ustraightcyrillic U+04AF CYRILLIC SMALL LETTER STRAIGHT U " data-name="ustraightcyrillic" data-cp="04AF" href="#glyphs/ustraightcyrillic">ү</a> <a title="ustraightstrokecyrillic U+04B1 CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE " data-name="ustraightstrokecyrillic" data-cp="04B1" href="#glyphs/ustraightstrokecyrillic">ұ</a> <a title="chedescenderabkhasiancyrillic U+04BF CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER " data-name="chedescenderabkhasiancyrillic" data-cp="04BF" href="#glyphs/chedescenderabkhasiancyrillic">ҿ</a> <a title="zhebrevecyrillic U+04C2 CYRILLIC SMALL LETTER ZHE WITH BREVE " data-name="zhebrevecyrillic" data-cp="04C2" href="#glyphs/zhebrevecyrillic">ӂ</a> <a title="chekhakassiancyrillic U+04CC CYRILLIC SMALL LETTER KHAKASSIAN CHE " data-name="chekhakassiancyrillic" data-cp="04CC" href="#glyphs/chekhakassiancyrillic">ӌ</a> <a title="schwacyrillic U+04D9 CYRILLIC SMALL LETTER SCHWA " data-name="schwacyrillic" data-cp="04D9" href="#glyphs/schwacyrillic">ә</a> <a title="schwadieresiscyrillic U+04DB CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS " data-name="schwadieresiscyrillic" data-cp="04DB" href="#glyphs/schwadieresiscyrillic">ӛ</a> <a title="zhedieresiscyrillic U+04DD CYRILLIC SMALL LETTER ZHE WITH DIAERESIS " data-name="zhedieresiscyrillic" data-cp="04DD" href="#glyphs/zhedieresiscyrillic">ӝ</a> <a title="zedieresiscyrillic U+04DF CYRILLIC SMALL LETTER ZE WITH DIAERESIS " data-name="zedieresiscyrillic" data-cp="04DF" href="#glyphs/zedieresiscyrillic">ӟ</a> <a title="imacroncyrillic U+04E3 CYRILLIC SMALL LETTER I WITH MACRON " data-name="imacroncyrillic" data-cp="04E3" href="#glyphs/imacroncyrillic">ӣ</a> <a title="idieresiscyrillic U+04E5 CYRILLIC SMALL LETTER I WITH DIAERESIS " data-name="idieresiscyrillic" data-cp="04E5" href="#glyphs/idieresiscyrillic">ӥ</a> <a title="obarredcyrillic U+04E9 CYRILLIC SMALL LETTER BARRED O " data-name="obarredcyrillic" data-cp="04E9" href="#glyphs/obarredcyrillic">ө</a> <a title="obarreddieresiscyrillic U+04EB CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS " data-name="obarreddieresiscyrillic" data-cp="04EB" href="#glyphs/obarreddieresiscyrillic">ӫ</a> <a title="edieresis-cy U+04ED CYRILLIC SMALL LETTER E WITH DIAERESIS " data-name="edieresis-cy" data-cp="04ED" href="#glyphs/edieresis-cy">ӭ</a> <a title="chedieresiscyrillic U+04F5 CYRILLIC SMALL LETTER CHE WITH DIAERESIS " data-name="chedieresiscyrillic" data-cp="04F5" href="#glyphs/chedieresiscyrillic">ӵ</a> <a title="yerudieresiscyrillic U+04F9 CYRILLIC SMALL LETTER YERU WITH DIAERESIS " data-name="yerudieresiscyrillic" data-cp="04F9" href="#glyphs/yerudieresiscyrillic">ӹ</a> <a title="uni04FF U+04FF CYRILLIC SMALL LETTER HA WITH STROKE " data-name="uni04FF" data-cp="04FF" href="#glyphs/uni04FF">ӿ</a> <a title="koppacyrillic U+0481 CYRILLIC SMALL LETTER KOPPA " data-name="koppacyrillic" data-cp="0481" href="#glyphs/koppacyrillic">ҁ</a> <a title="Digamma U+03DC GREEK LETTER DIGAMMA " data-name="Digamma" data-cp="03DC" href="#glyphs/Digamma">Ϝ</a> <a title="KaiSymbol U+03CF GREEK CAPITAL KAI SYMBOL " data-name="KaiSymbol" data-cp="03CF" href="#glyphs/KaiSymbol">Ϗ</a> <a title="uni03FD U+03FD GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL " data-name="uni03FD" data-cp="03FD" href="#glyphs/uni03FD">Ͻ</a> <a title="uni03FE U+03FE GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL " data-name="uni03FE" data-cp="03FE" href="#glyphs/uni03FE">Ͼ</a> <a title="uni03FF U+03FF GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL " data-name="uni03FF" data-cp="03FF" href="#glyphs/uni03FF">Ͽ</a> <a title="kappa U+03BA GREEK SMALL LETTER KAPPA " data-name="kappa" data-cp="03BA" href="#glyphs/kappa">κ</a> <a title="mugreek U+03BC GREEK SMALL LETTER MU " data-name="mugreek" data-cp="03BC" href="#glyphs/mugreek">μ</a> <a title="nu U+03BD GREEK SMALL LETTER NU " data-name="nu" data-cp="03BD" href="#glyphs/nu">ν</a> <a title="uni037B U+037B GREEK SMALL REVERSED LUNATE SIGMA SYMBOL " data-name="uni037B" data-cp="037B" href="#glyphs/uni037B">ͻ</a> <a title="uni037C U+037C GREEK SMALL DOTTED LUNATE SIGMA SYMBOL " data-name="uni037C" data-cp="037C" href="#glyphs/uni037C">ͼ</a> <a title="uni037D U+037D GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL " data-name="uni037D" data-cp="037D" href="#glyphs/uni037D">ͽ</a> <a title="digamma U+03DD GREEK SMALL LETTER DIGAMMA " data-name="digamma" data-cp="03DD" href="#glyphs/digamma">ϝ</a> <a title="kaiSymbol U+03D7 GREEK KAI SYMBOL " data-name="kaiSymbol" data-cp="03D7" href="#glyphs/kaiSymbol">ϗ</a> <a title="beta1 U+03D0 GREEK BETA SYMBOL " data-name="beta1" data-cp="03D0" href="#glyphs/beta1">ϐ</a> <a title="thetasymbolgreek U+03D1 GREEK THETA SYMBOL " data-name="thetasymbolgreek" data-cp="03D1" href="#glyphs/thetasymbolgreek">ϑ</a> <a title="pisymbolgreek U+03D6 GREEK PI SYMBOL " data-name="pisymbolgreek" data-cp="03D6" href="#glyphs/pisymbolgreek">ϖ</a> <a title="kappa1 U+03F0 GREEK KAPPA SYMBOL " data-name="kappa1" data-cp="03F0" href="#glyphs/kappa1">ϰ</a> <a title="rho1 U+03F1 GREEK RHO SYMBOL " data-name="rho1" data-cp="03F1" href="#glyphs/rho1">ϱ</a> <a title="uni03F5 U+03F5 GREEK LUNATE EPSILON SYMBOL " data-name="uni03F5" data-cp="03F5" href="#glyphs/uni03F5">ϵ</a> <a title="uni1F71 U+1F71 GREEK SMALL LETTER ALPHA WITH OXIA " data-name="uni1F71" data-cp="1F71" href="#glyphs/uni1F71">ά</a> <a title="uni1F73 U+1F73 GREEK SMALL LETTER EPSILON WITH OXIA " data-name="uni1F73" data-cp="1F73" href="#glyphs/uni1F73">έ</a> <a title="uni1F75 U+1F75 GREEK SMALL LETTER ETA WITH OXIA " data-name="uni1F75" data-cp="1F75" href="#glyphs/uni1F75">ή</a> <a title="uni1F77 U+1F77 GREEK SMALL LETTER IOTA WITH OXIA " data-name="uni1F77" data-cp="1F77" href="#glyphs/uni1F77">ί</a> <a title="uni1FD3 U+1FD3 GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA " data-name="uni1FD3" data-cp="1FD3" href="#glyphs/uni1FD3">ΐ</a> <a title="uni1F79 U+1F79 GREEK SMALL LETTER OMICRON WITH OXIA " data-name="uni1F79" data-cp="1F79" href="#glyphs/uni1F79">ό</a> <a title="uni1F7B U+1F7B GREEK SMALL LETTER UPSILON WITH OXIA " data-name="uni1F7B" data-cp="1F7B" href="#glyphs/uni1F7B">ύ</a> <a title="uni1FE3 U+1FE3 GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA " data-name="uni1FE3" data-cp="1FE3" href="#glyphs/uni1FE3">ΰ</a> <a title="uni1F7D U+1F7D GREEK SMALL LETTER OMEGA WITH OXIA " data-name="uni1F7D" data-cp="1F7D" href="#glyphs/uni1F7D">ώ</a> <a title="uni1FBE U+1FBE GREEK PROSGEGRAMMENI " data-name="uni1FBE" data-cp="1FBE" href="#glyphs/uni1FBE">ι</a> <a title="ypogegrammeni U+037A GREEK YPOGEGRAMMENI " data-name="ypogegrammeni" data-cp="037A" href="#glyphs/ypogegrammeni">ͺ</a> <a title="uni1DBF U+1DBF MODIFIER LETTER SMALL THETA " data-name="uni1DBF" data-cp="1DBF" href="#glyphs/uni1DBF">ᶿ</a> <a title="romanone U+2160 ROMAN NUMERAL ONE " data-name="romanone" data-cp="2160" href="#glyphs/romanone">Ⅰ</a> <a title="romantwo U+2161 ROMAN NUMERAL TWO " data-name="romantwo" data-cp="2161" href="#glyphs/romantwo">Ⅱ</a> <a title="romanthree U+2162 ROMAN NUMERAL THREE " data-name="romanthree" data-cp="2162" href="#glyphs/romanthree">Ⅲ</a> <a title="romanfour U+2163 ROMAN NUMERAL FOUR " data-name="romanfour" data-cp="2163" href="#glyphs/romanfour">Ⅳ</a> <a title="romanfive U+2164 ROMAN NUMERAL FIVE " data-name="romanfive" data-cp="2164" href="#glyphs/romanfive">Ⅴ</a> <a title="romansix U+2165 ROMAN NUMERAL SIX " data-name="romansix" data-cp="2165" href="#glyphs/romansix">Ⅵ</a> <a title="romanseven U+2166 ROMAN NUMERAL SEVEN " data-name="romanseven" data-cp="2166" href="#glyphs/romanseven">Ⅶ</a> <a title="romaneight U+2167 ROMAN NUMERAL EIGHT " data-name="romaneight" data-cp="2167" href="#glyphs/romaneight">Ⅷ</a> <a title="romannine U+2168 ROMAN NUMERAL NINE " data-name="romannine" data-cp="2168" href="#glyphs/romannine">Ⅸ</a> <a title="romanten U+2169 ROMAN NUMERAL TEN " data-name="romanten" data-cp="2169" href="#glyphs/romanten">Ⅹ</a> <a title="romaneleven U+216A ROMAN NUMERAL ELEVEN " data-name="romaneleven" data-cp="216A" href="#glyphs/romaneleven">Ⅺ</a> <a title="romantwelve U+216B ROMAN NUMERAL TWELVE " data-name="romantwelve" data-cp="216B" href="#glyphs/romantwelve">Ⅻ</a> <a title="romanfifty U+216C ROMAN NUMERAL FIFTY " data-name="romanfifty" data-cp="216C" href="#glyphs/romanfifty">Ⅼ</a> <a title="romanhundred U+216D ROMAN NUMERAL ONE HUNDRED " data-name="romanhundred" data-cp="216D" href="#glyphs/romanhundred">Ⅽ</a> <a title="romanfivehundred U+216E ROMAN NUMERAL FIVE HUNDRED " data-name="romanfivehundred" data-cp="216E" href="#glyphs/romanfivehundred">Ⅾ</a> <a title="romanthousand U+216F ROMAN NUMERAL ONE THOUSAND " data-name="romanthousand" data-cp="216F" href="#glyphs/romanthousand">Ⅿ</a> <a title="oneroman U+2170 SMALL ROMAN NUMERAL ONE " data-name="oneroman" data-cp="2170" href="#glyphs/oneroman">ⅰ</a> <a title="tworoman U+2171 SMALL ROMAN NUMERAL TWO " data-name="tworoman" data-cp="2171" href="#glyphs/tworoman">ⅱ</a> <a title="threeroman U+2172 SMALL ROMAN NUMERAL THREE " data-name="threeroman" data-cp="2172" href="#glyphs/threeroman">ⅲ</a> <a title="fourroman U+2173 SMALL ROMAN NUMERAL FOUR " data-name="fourroman" data-cp="2173" href="#glyphs/fourroman">ⅳ</a> <a title="fiveroman U+2174 SMALL ROMAN NUMERAL FIVE " data-name="fiveroman" data-cp="2174" href="#glyphs/fiveroman">ⅴ</a> <a title="sixroman U+2175 SMALL ROMAN NUMERAL SIX " data-name="sixroman" data-cp="2175" href="#glyphs/sixroman">ⅵ</a> <a title="sevenroman U+2176 SMALL ROMAN NUMERAL SEVEN " data-name="sevenroman" data-cp="2176" href="#glyphs/sevenroman">ⅶ</a> <a title="eightroman U+2177 SMALL ROMAN NUMERAL EIGHT " data-name="eightroman" data-cp="2177" href="#glyphs/eightroman">ⅷ</a> <a title="nineroman U+2178 SMALL ROMAN NUMERAL NINE " data-name="nineroman" data-cp="2178" href="#glyphs/nineroman">ⅸ</a> <a title="tenroman U+2179 SMALL ROMAN NUMERAL TEN " data-name="tenroman" data-cp="2179" href="#glyphs/tenroman">ⅹ</a> <a title="elevenroman U+217A SMALL ROMAN NUMERAL ELEVEN " data-name="elevenroman" data-cp="217A" href="#glyphs/elevenroman">ⅺ</a> <a title="twelveroman U+217B SMALL ROMAN NUMERAL TWELVE " data-name="twelveroman" data-cp="217B" href="#glyphs/twelveroman">ⅻ</a> <a title="uni217C U+217C SMALL ROMAN NUMERAL FIFTY " data-name="uni217C" data-cp="217C" href="#glyphs/uni217C">ⅼ</a> <a title="uni217D U+217D SMALL ROMAN NUMERAL ONE HUNDRED " data-name="uni217D" data-cp="217D" href="#glyphs/uni217D">ⅽ</a> <a title="uni217E U+217E SMALL ROMAN NUMERAL FIVE HUNDRED " data-name="uni217E" data-cp="217E" href="#glyphs/uni217E">ⅾ</a> <a title="uni217F U+217F SMALL ROMAN NUMERAL ONE THOUSAND " data-name="uni217F" data-cp="217F" href="#glyphs/uni217F">ⅿ</a> <a title="uni2183 U+2183 ROMAN NUMERAL REVERSED ONE HUNDRED " data-name="uni2183" data-cp="2183" href="#glyphs/uni2183">Ↄ</a> <a title="uni2185 U+2185 ROMAN NUMERAL SIX LATE FORM " data-name="uni2185" data-cp="2185" href="#glyphs/uni2185">ↅ</a> <a title="uni2186 U+2186 ROMAN NUMERAL FIFTY EARLY FORM " data-name="uni2186" data-cp="2186" href="#glyphs/uni2186">ↆ</a> <a title="uniA92E U+A92E KAYAH LI SIGN CWI " data-name="uniA92E" data-cp="A92E" href="#glyphs/uniA92E">꤮</a> <a title="uni27EF U+27EF MATHEMATICAL RIGHT FLATTENED PARENTHESIS " data-name="uni27EF" data-cp="27EF" href="#glyphs/uni27EF">⟯</a> <a title="asterism U+2042 ASTERISM " data-name="asterism" data-cp="2042" href="#glyphs/asterism">⁂</a> <a title="caretSign U+2038 CARET " data-name="caretSign" data-cp="2038" href="#glyphs/caretSign">‸</a> <a title="caretinsertionpoint U+2041 CARET INSERTION POINT " data-name="caretinsertionpoint" data-cp="2041" href="#glyphs/caretinsertionpoint">⁁</a> <a title="charactertie U+2040 CHARACTER TIE " data-name="charactertie" data-cp="2040" href="#glyphs/charactertie">⁀</a> <a title="hyphendot U+2027 HYPHENATION POINT " data-name="hyphendot" data-cp="2027" href="#glyphs/hyphendot">‧</a> <a title="onedotleader U+2024 ONE DOT LEADER " data-name="onedotleader" data-cp="2024" href="#glyphs/onedotleader">․</a> <a title="overline U+203E OVERLINE " data-name="overline" data-cp="203E" href="#glyphs/overline">‾</a> <a title="referencemark U+203B REFERENCE MARK " data-name="referencemark" data-cp="203B" href="#glyphs/referencemark">※</a> <a title="reversedsemicolon U+204F REVERSED SEMICOLON " data-name="reversedsemicolon" data-cp="204F" href="#glyphs/reversedsemicolon">⁏</a> <a title="undertie U+203F UNDERTIE " data-name="undertie" data-cp="203F" href="#glyphs/undertie">‿</a> <a title="uni204E U+204E LOW ASTERISK " data-name="uni204E" data-cp="204E" href="#glyphs/uni204E">⁎</a> <a title="uni2050 U+2050 CLOSE UP " data-name="uni2050" data-cp="2050" href="#glyphs/uni2050">⁐</a> <a title="uni2051 U+2051 TWO ASTERISKS ALIGNED VERTICALLY " data-name="uni2051" data-cp="2051" href="#glyphs/uni2051">⁑</a> <a title="uni2053 U+2053 SWUNG DASH " data-name="uni2053" data-cp="2053" href="#glyphs/uni2053">⁓</a> <a title="uni2054 U+2054 INVERTED UNDERTIE " data-name="uni2054" data-cp="2054" href="#glyphs/uni2054">⁔</a> <a title="uni2055 U+2055 FLOWER PUNCTUATION MARK " data-name="uni2055" data-cp="2055" href="#glyphs/uni2055">⁕</a> <a title="verticalbardbl U+2016 DOUBLE VERTICAL LINE " data-name="verticalbardbl" data-cp="2016" href="#glyphs/verticalbardbl">‖</a> <a title="hyphen__ U+2010 HYPHEN " data-name="hyphen__" data-cp="2010" href="#glyphs/hyphen__">‐</a> <a title="hyphennobreak U+2011 NON-BREAKING HYPHEN " data-name="hyphennobreak" data-cp="2011" href="#glyphs/hyphennobreak">‑</a> <a title="gammasuper U+02E0 MODIFIER LETTER SMALL GAMMA " data-name="gammasuper" data-cp="02E0" href="#glyphs/gammasuper">ˠ</a> <a title="thousandcyrillic U+0482 CYRILLIC THOUSANDS SIGN " data-name="thousandcyrillic" data-cp="0482" href="#glyphs/thousandcyrillic">҂</a> <a title="numeralgreek U+0374 GREEK NUMERAL SIGN " data-name="numeralgreek" data-cp="0374" href="#glyphs/numeralgreek">ʹ</a> <a title="numeralgreeksub U+0375 GREEK LOWER NUMERAL SIGN " data-name="numeralgreeksub" data-cp="0375" href="#glyphs/numeralgreeksub">͵</a> <a title="uni03F6 U+03F6 GREEK REVERSED LUNATE EPSILON SYMBOL " data-name="uni03F6" data-cp="03F6" href="#glyphs/uni03F6">϶</a> <a title="note-musical U+266A EIGHTH NOTE " data-name="note-musical" data-cp="266A" href="#glyphs/note-musical">♪</a> <a title="notedbl-musical U+266B BEAMED EIGHTH NOTES " data-name="notedbl-musical" data-cp="266B" href="#glyphs/notedbl-musical">♫</a> <a title="arrowheaddownmod U+02C5 MODIFIER LETTER DOWN ARROWHEAD " data-name="arrowheaddownmod" data-cp="02C5" href="#glyphs/arrowheaddownmod">˅</a> <a title="arrowheadleftmod U+02C2 MODIFIER LETTER LEFT ARROWHEAD " data-name="arrowheadleftmod" data-cp="02C2" href="#glyphs/arrowheadleftmod">˂</a> <a title="arrowheadrightmod U+02C3 MODIFIER LETTER RIGHT ARROWHEAD " data-name="arrowheadrightmod" data-cp="02C3" href="#glyphs/arrowheadrightmod">˃</a> <a title="arrowheadupmod U+02C4 MODIFIER LETTER UP ARROWHEAD " data-name="arrowheadupmod" data-cp="02C4" href="#glyphs/arrowheadupmod">˄</a> <a title="downtackmod U+02D5 MODIFIER LETTER DOWN TACK " data-name="downtackmod" data-cp="02D5" href="#glyphs/downtackmod">˕</a> <a title="lowdownarrowheadmod U+02EF MODIFIER LETTER LOW DOWN ARROWHEAD " data-name="lowdownarrowheadmod" data-cp="02EF" href="#glyphs/lowdownarrowheadmod">˯</a> <a title="minusmod U+02D7 MODIFIER LETTER MINUS SIGN " data-name="minusmod" data-cp="02D7" href="#glyphs/minusmod">˗</a> <a title="plusmod U+02D6 MODIFIER LETTER PLUS SIGN " data-name="plusmod" data-cp="02D6" href="#glyphs/plusmod">˖</a> <a title="raisedcolonmod U+02F8 MODIFIER LETTER RAISED COLON " data-name="raisedcolonmod" data-cp="02F8" href="#glyphs/raisedcolonmod">˸</a> <a title="ringhalfleftcentered U+02D3 MODIFIER LETTER CENTRED LEFT HALF RING " data-name="ringhalfleftcentered" data-cp="02D3" href="#glyphs/ringhalfleftcentered">˓</a> <a title="ringhalfrightcentered U+02D2 MODIFIER LETTER CENTRED RIGHT HALF RING " data-name="ringhalfrightcentered" data-cp="02D2" href="#glyphs/ringhalfrightcentered">˒</a> <a title="uni02EC U+02EC MODIFIER LETTER VOICING " data-name="uni02EC" data-cp="02EC" href="#glyphs/uni02EC">ˬ</a> <a title="uni02ED U+02ED MODIFIER LETTER UNASPIRATED " data-name="uni02ED" data-cp="02ED" href="#glyphs/uni02ED">˭</a> <a title="uni02F0 U+02F0 MODIFIER LETTER LOW UP ARROWHEAD " data-name="uni02F0" data-cp="02F0" href="#glyphs/uni02F0">˰</a> <a title="uni02F1 U+02F1 MODIFIER LETTER LOW LEFT ARROWHEAD " data-name="uni02F1" data-cp="02F1" href="#glyphs/uni02F1">˱</a> <a title="uni02F2 U+02F2 MODIFIER LETTER LOW RIGHT ARROWHEAD " data-name="uni02F2" data-cp="02F2" href="#glyphs/uni02F2">˲</a> <a title="uni02F3 U+02F3 MODIFIER LETTER LOW RING " data-name="uni02F3" data-cp="02F3" href="#glyphs/uni02F3">˳</a> <a title="uni02F4 U+02F4 MODIFIER LETTER MIDDLE GRAVE ACCENT " data-name="uni02F4" data-cp="02F4" href="#glyphs/uni02F4">˴</a> <a title="uni02F5 U+02F5 MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT " data-name="uni02F5" data-cp="02F5" href="#glyphs/uni02F5">˵</a> <a title="uni02F6 U+02F6 MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT " data-name="uni02F6" data-cp="02F6" href="#glyphs/uni02F6">˶</a> <a title="uni02F7 U+02F7 MODIFIER LETTER LOW TILDE " data-name="uni02F7" data-cp="02F7" href="#glyphs/uni02F7">˷</a> <a title="uni02F9 U+02F9 MODIFIER LETTER BEGIN HIGH TONE " data-name="uni02F9" data-cp="02F9" href="#glyphs/uni02F9">˹</a> <a title="uni02FA U+02FA MODIFIER LETTER END HIGH TONE " data-name="uni02FA" data-cp="02FA" href="#glyphs/uni02FA">˺</a> <a title="uni02FB U+02FB MODIFIER LETTER BEGIN LOW TONE " data-name="uni02FB" data-cp="02FB" href="#glyphs/uni02FB">˻</a> <a title="uni02FC U+02FC MODIFIER LETTER END LOW TONE " data-name="uni02FC" data-cp="02FC" href="#glyphs/uni02FC">˼</a> <a title="uni02FD U+02FD MODIFIER LETTER SHELF " data-name="uni02FD" data-cp="02FD" href="#glyphs/uni02FD">˽</a> <a title="uni02FE U+02FE MODIFIER LETTER OPEN SHELF " data-name="uni02FE" data-cp="02FE" href="#glyphs/uni02FE">˾</a> <a title="uni02FF U+02FF MODIFIER LETTER LOW LEFT ARROW " data-name="uni02FF" data-cp="02FF" href="#glyphs/uni02FF">˿</a> <a title="uptackmod U+02D4 MODIFIER LETTER UP TACK " data-name="uptackmod" data-cp="02D4" href="#glyphs/uptackmod">˔</a> <a title="tonebarextrahighmod.cn U+02E5 MODIFIER LETTER EXTRA-HIGH TONE BAR " data-name="tonebarextrahighmod.cn" data-cp="02E5" href="#glyphs/tonebarextrahighmod.cn">˥</a> <a title="tonebarextralowmod.cn U+02E9 MODIFIER LETTER EXTRA-LOW TONE BAR " data-name="tonebarextralowmod.cn" data-cp="02E9" href="#glyphs/tonebarextralowmod.cn">˩</a> <a title="tonebarhighmod.cn U+02E6 MODIFIER LETTER HIGH TONE BAR " data-name="tonebarhighmod.cn" data-cp="02E6" href="#glyphs/tonebarhighmod.cn">˦</a> <a title="tonebarlowmod.cn U+02E8 MODIFIER LETTER LOW TONE BAR " data-name="tonebarlowmod.cn" data-cp="02E8" href="#glyphs/tonebarlowmod.cn">˨</a> <a title="tonebarmidmod.cn U+02E7 MODIFIER LETTER MID TONE BAR " data-name="tonebarmidmod.cn" data-cp="02E7" href="#glyphs/tonebarmidmod.cn">˧</a> <a title="qofdagesh U+02DF MODIFIER LETTER CROSS ACCENT " data-name="qofdagesh" data-cp="02DF" href="#glyphs/qofdagesh">˟</a> <a title="rhotichookmod U+02DE MODIFIER LETTER RHOTIC HOOK " data-name="rhotichookmod" data-cp="02DE" href="#glyphs/rhotichookmod">˞</a> <a title="glottalstopreversed.numr U+02E4 MODIFIER LETTER SMALL REVERSED GLOTTAL STOP " data-name="glottalstopreversed.numr" data-cp="02E4" href="#glyphs/glottalstopreversed.numr">ˤ</a> <a title="lsquare U+2113 SCRIPT SMALL L " data-name="lsquare" data-cp="2113" href="#glyphs/lsquare">ℓ</a> <a title="spaceopenbox U+2423 OPEN BOX " data-name="spaceopenbox" data-cp="2423" href="#glyphs/spaceopenbox">␣</a> <a title="eurocurrency U+20A0 EURO-CURRENCY SIGN " data-name="eurocurrency" data-cp="20A0" href="#glyphs/eurocurrency">₠</a> <a title="somsign U+20C0" data-name="somsign" data-cp="20C0" href="#glyphs/somsign">⃀</a> <a title="commercialMinusSign U+2052 COMMERCIAL MINUS SIGN " data-name="commercialMinusSign" data-cp="2052" href="#glyphs/commercialMinusSign">⁒</a> <a title="uni0363 U+0363 COMBINING LATIN SMALL LETTER A " data-name="uni0363" data-cp="0363" href="#glyphs/uni0363">ͣ</a> <a title="uni0364 U+0364 COMBINING LATIN SMALL LETTER E " data-name="uni0364" data-cp="0364" href="#glyphs/uni0364">ͤ</a> <a title="uni0365 U+0365 COMBINING LATIN SMALL LETTER I " data-name="uni0365" data-cp="0365" href="#glyphs/uni0365">ͥ</a> <a title="uni0366 U+0366 COMBINING LATIN SMALL LETTER O " data-name="uni0366" data-cp="0366" href="#glyphs/uni0366">ͦ</a> <a title="uni0367 U+0367 COMBINING LATIN SMALL LETTER U " data-name="uni0367" data-cp="0367" href="#glyphs/uni0367">ͧ</a> <a title="uni0368 U+0368 COMBINING LATIN SMALL LETTER C " data-name="uni0368" data-cp="0368" href="#glyphs/uni0368">ͨ</a> <a title="uni0369 U+0369 COMBINING LATIN SMALL LETTER D " data-name="uni0369" data-cp="0369" href="#glyphs/uni0369">ͩ</a> <a title="uni036A U+036A COMBINING LATIN SMALL LETTER H " data-name="uni036A" data-cp="036A" href="#glyphs/uni036A">ͪ</a> <a title="uni036B U+036B COMBINING LATIN SMALL LETTER M " data-name="uni036B" data-cp="036B" href="#glyphs/uni036B">ͫ</a> <a title="uni036C U+036C COMBINING LATIN SMALL LETTER R " data-name="uni036C" data-cp="036C" href="#glyphs/uni036C">ͬ</a> <a title="uni036D U+036D COMBINING LATIN SMALL LETTER T " data-name="uni036D" data-cp="036D" href="#glyphs/uni036D">ͭ</a> <a title="uni036E U+036E COMBINING LATIN SMALL LETTER V " data-name="uni036E" data-cp="036E" href="#glyphs/uni036E">ͮ</a> <a title="uni036F U+036F COMBINING LATIN SMALL LETTER X " data-name="uni036F" data-cp="036F" href="#glyphs/uni036F">ͯ</a> <a title="uni1DCA U+1DCA COMBINING LATIN SMALL LETTER R BELOW " data-name="uni1DCA" data-cp="1DCA" href="#glyphs/uni1DCA">᷊</a> <a title="uni1DD3 U+1DD3 COMBINING LATIN SMALL LETTER FLATTENED OPEN A ABOVE " data-name="uni1DD3" data-cp="1DD3" href="#glyphs/uni1DD3">ᷓ</a> <a title="uni1DD4 U+1DD4 COMBINING LATIN SMALL LETTER AE " data-name="uni1DD4" data-cp="1DD4" href="#glyphs/uni1DD4">ᷔ</a> <a title="uni1DD5 U+1DD5 COMBINING LATIN SMALL LETTER AO " data-name="uni1DD5" data-cp="1DD5" href="#glyphs/uni1DD5">ᷕ</a> <a title="uni1DD6 U+1DD6 COMBINING LATIN SMALL LETTER AV " data-name="uni1DD6" data-cp="1DD6" href="#glyphs/uni1DD6">ᷖ</a> <a title="uni1DD8 U+1DD8 COMBINING LATIN SMALL LETTER INSULAR D " data-name="uni1DD8" data-cp="1DD8" href="#glyphs/uni1DD8">ᷘ</a> <a title="uni1DD9 U+1DD9 COMBINING LATIN SMALL LETTER ETH " data-name="uni1DD9" data-cp="1DD9" href="#glyphs/uni1DD9">ᷙ</a> <a title="uni1DDA U+1DDA COMBINING LATIN SMALL LETTER G " data-name="uni1DDA" data-cp="1DDA" href="#glyphs/uni1DDA">ᷚ</a> <a title="uni1DDB U+1DDB COMBINING LATIN LETTER SMALL CAPITAL G " data-name="uni1DDB" data-cp="1DDB" href="#glyphs/uni1DDB">ᷛ</a> <a title="uni1DDC U+1DDC COMBINING LATIN SMALL LETTER K " data-name="uni1DDC" data-cp="1DDC" href="#glyphs/uni1DDC">ᷜ</a> <a title="uni1DDD U+1DDD COMBINING LATIN SMALL LETTER L " data-name="uni1DDD" data-cp="1DDD" href="#glyphs/uni1DDD">ᷝ</a> <a title="uni1DDE U+1DDE COMBINING LATIN LETTER SMALL CAPITAL L " data-name="uni1DDE" data-cp="1DDE" href="#glyphs/uni1DDE">ᷞ</a> <a title="uni1DDF U+1DDF COMBINING LATIN LETTER SMALL CAPITAL M " data-name="uni1DDF" data-cp="1DDF" href="#glyphs/uni1DDF">ᷟ</a> <a title="uni1DE0 U+1DE0 COMBINING LATIN SMALL LETTER N " data-name="uni1DE0" data-cp="1DE0" href="#glyphs/uni1DE0">ᷠ</a> <a title="uni1DE1 U+1DE1 COMBINING LATIN LETTER SMALL CAPITAL N " data-name="uni1DE1" data-cp="1DE1" href="#glyphs/uni1DE1">ᷡ</a> <a title="uni1DE2 U+1DE2 COMBINING LATIN LETTER SMALL CAPITAL R " data-name="uni1DE2" data-cp="1DE2" href="#glyphs/uni1DE2">ᷢ</a> <a title="uni1DE3 U+1DE3 COMBINING LATIN SMALL LETTER R ROTUNDA " data-name="uni1DE3" data-cp="1DE3" href="#glyphs/uni1DE3">ᷣ</a> <a title="uni1DE4 U+1DE4 COMBINING LATIN SMALL LETTER S " data-name="uni1DE4" data-cp="1DE4" href="#glyphs/uni1DE4">ᷤ</a> <a title="uni1DE5 U+1DE5 COMBINING LATIN SMALL LETTER LONG S " data-name="uni1DE5" data-cp="1DE5" href="#glyphs/uni1DE5">ᷥ</a> <a title="uni1DE6 U+1DE6 COMBINING LATIN SMALL LETTER Z " data-name="uni1DE6" data-cp="1DE6" href="#glyphs/uni1DE6">ᷦ</a> <a title="uni1DE7 U+1DE7 COMBINING LATIN SMALL LETTER ALPHA " data-name="uni1DE7" data-cp="1DE7" href="#glyphs/uni1DE7">ᷧ</a> <a title="uni1DE9 U+1DE9 COMBINING LATIN SMALL LETTER BETA " data-name="uni1DE9" data-cp="1DE9" href="#glyphs/uni1DE9">ᷩ</a> <a title="uni0488 U+0488 COMBINING CYRILLIC HUNDRED THOUSANDS SIGN " data-name="uni0488" data-cp="0488" href="#glyphs/uni0488">҈</a> <a title="uni0489 U+0489 COMBINING CYRILLIC MILLIONS SIGN " data-name="uni0489" data-cp="0489" href="#glyphs/uni0489">҉</a> <a title="titlocyrilliccmb U+0483 COMBINING CYRILLIC TITLO " data-name="titlocyrilliccmb" data-cp="0483" href="#glyphs/titlocyrilliccmb">҃</a> <a title="palatalizationcyrilliccmb U+0484 COMBINING CYRILLIC PALATALIZATION " data-name="palatalizationcyrilliccmb" data-cp="0484" href="#glyphs/palatalizationcyrilliccmb">҄</a> <a title="dasiapneumatacyrilliccmb U+0485 COMBINING CYRILLIC DASIA PNEUMATA " data-name="dasiapneumatacyrilliccmb" data-cp="0485" href="#glyphs/dasiapneumatacyrilliccmb">҅</a> <a title="psilipneumatacyrilliccmb U+0486 COMBINING CYRILLIC PSILI PNEUMATA " data-name="psilipneumatacyrilliccmb" data-cp="0486" href="#glyphs/psilipneumatacyrilliccmb">҆</a> <a title="uni0487 U+0487 COMBINING CYRILLIC POKRYTIE " data-name="uni0487" data-cp="0487" href="#glyphs/uni0487">҇</a> <a title="uniA69F U+A69F COMBINING CYRILLIC LETTER IOTIFIED E " data-name="uniA69F" data-cp="A69F" href="#glyphs/uniA69F">ꚟ</a> <a title="perispomenigreekcmb U+0342 COMBINING GREEK PERISPOMENI " data-name="perispomenigreekcmb" data-cp="0342" href="#glyphs/perispomenigreekcmb">͂</a> <a title="koroniscmb U+0343 COMBINING GREEK KORONIS " data-name="koroniscmb" data-cp="0343" href="#glyphs/koroniscmb">̓</a> <a title="psili U+1FBF GREEK PSILI " data-name="psili" data-cp="1FBF" href="#glyphs/psili">᾿</a> <a title="koronis U+1FBD GREEK KORONIS " data-name="koronis" data-cp="1FBD" href="#glyphs/koronis">᾽</a> <a title="dasia U+1FFE GREEK DASIA " data-name="dasia" data-cp="1FFE" href="#glyphs/dasia">῾</a> <a title="psilivaria U+1FCD GREEK PSILI AND VARIA " data-name="psilivaria" data-cp="1FCD" href="#glyphs/psilivaria">῍</a> <a title="dasiavaria U+1FDD GREEK DASIA AND VARIA " data-name="dasiavaria" data-cp="1FDD" href="#glyphs/dasiavaria">῝</a> <a title="psilioxia U+1FCE GREEK PSILI AND OXIA " data-name="psilioxia" data-cp="1FCE" href="#glyphs/psilioxia">῎</a> <a title="dasiaoxia U+1FDE GREEK DASIA AND OXIA " data-name="dasiaoxia" data-cp="1FDE" href="#glyphs/dasiaoxia">῞</a> <a title="psiliperispomeni U+1FCF GREEK PSILI AND PERISPOMENI " data-name="psiliperispomeni" data-cp="1FCF" href="#glyphs/psiliperispomeni">῏</a> <a title="dasiaperispomeni U+1FDF GREEK DASIA AND PERISPOMENI " data-name="dasiaperispomeni" data-cp="1FDF" href="#glyphs/dasiaperispomeni">῟</a> <a title="dialytikavaria U+1FED GREEK DIALYTIKA AND VARIA " data-name="dialytikavaria" data-cp="1FED" href="#glyphs/dialytikavaria">῭</a> <a title="dialytikaoxia U+1FEE GREEK DIALYTIKA AND OXIA " data-name="dialytikaoxia" data-cp="1FEE" href="#glyphs/dialytikaoxia">΅</a> <a title="dialytikaperispomeni U+1FC1 GREEK DIALYTIKA AND PERISPOMENI " data-name="dialytikaperispomeni" data-cp="1FC1" href="#glyphs/dialytikaperispomeni">῁</a> <a title="varia U+1FEF GREEK VARIA " data-name="varia" data-cp="1FEF" href="#glyphs/varia">`</a> <a title="oxia U+1FFD GREEK OXIA " data-name="oxia" data-cp="1FFD" href="#glyphs/oxia">´</a> <a title="uni1FC0 U+1FC0 GREEK PERISPOMENI " data-name="uni1FC0" data-cp="1FC0" href="#glyphs/uni1FC0">῀</a> <a title="dieresiscomb U+0308 COMBINING DIAERESIS " data-name="dieresiscomb" data-cp="0308" href="#glyphs/dieresiscomb">̈</a> <a title="dotaccentcomb U+0307 COMBINING DOT ABOVE " data-name="dotaccentcomb" data-cp="0307" href="#glyphs/dotaccentcomb">̇</a> <a title="circumflexcomb U+0302 COMBINING CIRCUMFLEX ACCENT " data-name="circumflexcomb" data-cp="0302" href="#glyphs/circumflexcomb">̂</a> <a title="caroncomb U+030C COMBINING CARON " data-name="caroncomb" data-cp="030C" href="#glyphs/caroncomb">̌</a> <a title="brevecomb U+0306 COMBINING BREVE " data-name="brevecomb" data-cp="0306" href="#glyphs/brevecomb">̆</a> <a title="ringcomb U+030A COMBINING RING ABOVE " data-name="ringcomb" data-cp="030A" href="#glyphs/ringcomb">̊</a> <a title="hookabovecomb U+0309 COMBINING HOOK ABOVE " data-name="hookabovecomb" data-cp="0309" href="#glyphs/hookabovecomb">̉</a> <a title="commaabovecmb U+0313 COMBINING COMMA ABOVE " data-name="commaabovecmb" data-cp="0313" href="#glyphs/commaabovecmb">̓</a> <a title="commaaboverightcmb U+0315 COMBINING COMMA ABOVE RIGHT " data-name="commaaboverightcmb" data-cp="0315" href="#glyphs/commaaboverightcmb">̕</a> <a title="horncomb U+031B COMBINING HORN " data-name="horncomb" data-cp="031B" href="#glyphs/horncomb">̛</a> <a title="cedillacomb U+0327 COMBINING CEDILLA " data-name="cedillacomb" data-cp="0327" href="#glyphs/cedillacomb">̧</a> <a title="ogonekcomb U+0328 COMBINING OGONEK " data-name="ogonekcomb" data-cp="0328" href="#glyphs/ogonekcomb">̨</a> <a title="caronbelowcmb U+032C COMBINING CARON BELOW " data-name="caronbelowcmb" data-cp="032C" href="#glyphs/caronbelowcmb">̬</a> <a title="slashshortcomb U+0337 COMBINING SHORT SOLIDUS OVERLAY " data-name="slashshortcomb" data-cp="0337" href="#glyphs/slashshortcomb">̷</a> <a title="slashlongcomb U+0338 COMBINING LONG SOLIDUS OVERLAY " data-name="slashlongcomb" data-cp="0338" href="#glyphs/slashlongcomb"≯</a> <a title="uni0346 U+0346 COMBINING BRIDGE ABOVE " data-name="uni0346" data-cp="0346" href="#glyphs/uni0346">͆</a> <a title="equalbelowcomb U+0347 COMBINING EQUALS SIGN BELOW " data-name="equalbelowcomb" data-cp="0347" href="#glyphs/equalbelowcomb">͇</a> <a title="uni0348 U+0348 COMBINING DOUBLE VERTICAL LINE BELOW " data-name="uni0348" data-cp="0348" href="#glyphs/uni0348">͈</a> <a title="uni0349 U+0349 COMBINING LEFT ANGLE BELOW " data-name="uni0349" data-cp="0349" href="#glyphs/uni0349">͉</a> <a title="uni034A U+034A COMBINING NOT TILDE ABOVE " data-name="uni034A" data-cp="034A" href="#glyphs/uni034A">͊</a> <a title="uni034B U+034B COMBINING HOMOTHETIC ABOVE " data-name="uni034B" data-cp="034B" href="#glyphs/uni034B">͋</a> <a title="uni034C U+034C COMBINING ALMOST EQUAL TO ABOVE " data-name="uni034C" data-cp="034C" href="#glyphs/uni034C">͌</a> <a title="uni034D U+034D COMBINING LEFT RIGHT ARROW BELOW " data-name="uni034D" data-cp="034D" href="#glyphs/uni034D">͍</a> <a title="uni034E U+034E COMBINING UPWARDS ARROW BELOW " data-name="uni034E" data-cp="034E" href="#glyphs/uni034E">͎</a> <a title="arrowheadrightabovecomb U+0350 COMBINING RIGHT ARROWHEAD ABOVE " data-name="arrowheadrightabovecomb" data-cp="0350" href="#glyphs/arrowheadrightabovecomb">͐</a> <a title="uni0351 U+0351 COMBINING LEFT HALF RING ABOVE " data-name="uni0351" data-cp="0351" href="#glyphs/uni0351">͑</a> <a title="uni0352 U+0352 COMBINING FERMATA " data-name="uni0352" data-cp="0352" href="#glyphs/uni0352">͒</a> <a title="uni0353 U+0353 COMBINING X BELOW " data-name="uni0353" data-cp="0353" href="#glyphs/uni0353">͓</a> <a title="uni0354 U+0354 COMBINING LEFT ARROWHEAD BELOW " data-name="uni0354" data-cp="0354" href="#glyphs/uni0354">͔</a> <a title="uni0355 U+0355 COMBINING RIGHT ARROWHEAD BELOW " data-name="uni0355" data-cp="0355" href="#glyphs/uni0355">͕</a> <a title="uni0356 U+0356 COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW " data-name="uni0356" data-cp="0356" href="#glyphs/uni0356">͖</a> <a title="righthalfringabovecomb U+0357 COMBINING RIGHT HALF RING ABOVE " data-name="righthalfringabovecomb" data-cp="0357" href="#glyphs/righthalfringabovecomb">͗</a> <a title="dotaboverightcomb U+0358 COMBINING DOT ABOVE RIGHT " data-name="dotaboverightcomb" data-cp="0358" href="#glyphs/dotaboverightcomb">͘</a> <a title="uni0359 U+0359 COMBINING ASTERISK BELOW " data-name="uni0359" data-cp="0359" href="#glyphs/uni0359">͙</a> <a title="uni035A U+035A COMBINING DOUBLE RING BELOW " data-name="uni035A" data-cp="035A" href="#glyphs/uni035A">͚</a> <a title="uni035B U+035B COMBINING ZIGZAG ABOVE " data-name="uni035B" data-cp="035B" href="#glyphs/uni035B">͛</a> <a title="uni035C U+035C COMBINING DOUBLE BREVE BELOW " data-name="uni035C" data-cp="035C" href="#glyphs/uni035C">͜</a> <a title="uni035D U+035D COMBINING DOUBLE BREVE " data-name="uni035D" data-cp="035D" href="#glyphs/uni035D">͝</a> <a title="uni035E U+035E COMBINING DOUBLE MACRON " data-name="uni035E" data-cp="035E" href="#glyphs/uni035E">͞</a> <a title="uni035F U+035F COMBINING DOUBLE MACRON BELOW " data-name="uni035F" data-cp="035F" href="#glyphs/uni035F">͟</a> <a title="tildedoublecmb U+0360 COMBINING DOUBLE TILDE " data-name="tildedoublecmb" data-cp="0360" href="#glyphs/tildedoublecmb">͠</a> <a title="breveinverteddoublecmb U+0361 COMBINING DOUBLE INVERTED BREVE " data-name="breveinverteddoublecmb" data-cp="0361" href="#glyphs/breveinverteddoublecmb">͡</a> <a title="uni0362 U+0362 COMBINING DOUBLE RIGHTWARDS ARROW BELOW " data-name="uni0362" data-cp="0362" href="#glyphs/uni0362">͢</a> <a title="fourdotsabovecomb U+20DC COMBINING FOUR DOTS ABOVE " data-name="fourdotsabovecomb" data-cp="20DC" href="#glyphs/fourdotsabovecomb">⃜</a> <a title="macronacutecomb U+1DC4 COMBINING MACRON-ACUTE " data-name="macronacutecomb" data-cp="1DC4" href="#glyphs/macronacutecomb">᷄</a> <a title="threedotsabovecomb U+20DB COMBINING THREE DOTS ABOVE " data-name="threedotsabovecomb" data-cp="20DB" href="#glyphs/threedotsabovecomb">⃛</a> <a title="tripleunderdotcomb U+20E8 COMBINING TRIPLE UNDERDOT " data-name="tripleunderdotcomb" data-cp="20E8" href="#glyphs/tripleunderdotcomb">⃨</a> <a title="uni1DC0 U+1DC0 COMBINING DOTTED GRAVE ACCENT " data-name="uni1DC0" data-cp="1DC0" href="#glyphs/uni1DC0">᷀</a> <a title="uni1DC1 U+1DC1 COMBINING DOTTED ACUTE ACCENT " data-name="uni1DC1" data-cp="1DC1" href="#glyphs/uni1DC1">᷁</a> <a title="uni1DC2 U+1DC2 COMBINING SNAKE BELOW " data-name="uni1DC2" data-cp="1DC2" href="#glyphs/uni1DC2">᷂</a> <a title="uni1DC3 U+1DC3 COMBINING SUSPENSION MARK " data-name="uni1DC3" data-cp="1DC3" href="#glyphs/uni1DC3">᷃</a> <a title="uni1DC5 U+1DC5 COMBINING GRAVE-MACRON " data-name="uni1DC5" data-cp="1DC5" href="#glyphs/uni1DC5">᷅</a> <a title="uni1DC6 U+1DC6 COMBINING MACRON-GRAVE " data-name="uni1DC6" data-cp="1DC6" href="#glyphs/uni1DC6">᷆</a> <a title="uni1DC7 U+1DC7 COMBINING ACUTE-MACRON " data-name="uni1DC7" data-cp="1DC7" href="#glyphs/uni1DC7">᷇</a> <a title="uni1DC8 U+1DC8 COMBINING GRAVE-ACUTE-GRAVE " data-name="uni1DC8" data-cp="1DC8" href="#glyphs/uni1DC8">᷈</a> <a title="uni1DC9 U+1DC9 COMBINING ACUTE-GRAVE-ACUTE " data-name="uni1DC9" data-cp="1DC9" href="#glyphs/uni1DC9">᷉</a> <a title="uni1DCB U+1DCB COMBINING BREVE-MACRON " data-name="uni1DCB" data-cp="1DCB" href="#glyphs/uni1DCB">᷋</a> <a title="uni1DCC U+1DCC COMBINING MACRON-BREVE " data-name="uni1DCC" data-cp="1DCC" href="#glyphs/uni1DCC">᷌</a> <a title="uni1DCD U+1DCD COMBINING DOUBLE CIRCUMFLEX ABOVE " data-name="uni1DCD" data-cp="1DCD" href="#glyphs/uni1DCD">᷍</a> <a title="uni1DCE U+1DCE COMBINING OGONEK ABOVE " data-name="uni1DCE" data-cp="1DCE" href="#glyphs/uni1DCE">᷎</a> <a title="uni1DCF U+1DCF COMBINING ZIGZAG BELOW " data-name="uni1DCF" data-cp="1DCF" href="#glyphs/uni1DCF">᷏</a> <a title="uni1DD0 U+1DD0 COMBINING IS BELOW " data-name="uni1DD0" data-cp="1DD0" href="#glyphs/uni1DD0">᷐</a> <a title="uni1DD1 U+1DD1 COMBINING UR ABOVE " data-name="uni1DD1" data-cp="1DD1" href="#glyphs/uni1DD1">᷑</a> <a title="uni1DD2 U+1DD2 COMBINING US ABOVE " data-name="uni1DD2" data-cp="1DD2" href="#glyphs/uni1DD2">᷒</a> <a title="uni1DD7 U+1DD7 COMBINING LATIN SMALL LETTER C CEDILLA " data-name="uni1DD7" data-cp="1DD7" href="#glyphs/uni1DD7">ᷗ</a> <a title="uni1DE8 U+1DE8 COMBINING LATIN SMALL LETTER B " data-name="uni1DE8" data-cp="1DE8" href="#glyphs/uni1DE8">ᷨ</a> <a title="uni1DEA U+1DEA COMBINING LATIN SMALL LETTER SCHWA " data-name="uni1DEA" data-cp="1DEA" href="#glyphs/uni1DEA">ᷪ</a> <a title="uni1DEB U+1DEB COMBINING LATIN SMALL LETTER F " data-name="uni1DEB" data-cp="1DEB" href="#glyphs/uni1DEB">ᷫ</a> <a title="uni1DEC U+1DEC COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE " data-name="uni1DEC" data-cp="1DEC" href="#glyphs/uni1DEC">ᷬ</a> <a title="uni1DED U+1DED COMBINING LATIN SMALL LETTER O WITH LIGHT CENTRALIZATION STROKE " data-name="uni1DED" data-cp="1DED" href="#glyphs/uni1DED">ᷭ</a> <a title="uni1DEE U+1DEE COMBINING LATIN SMALL LETTER P " data-name="uni1DEE" data-cp="1DEE" href="#glyphs/uni1DEE">ᷮ</a> <a title="uni1DEF U+1DEF COMBINING LATIN SMALL LETTER ESH " data-name="uni1DEF" data-cp="1DEF" href="#glyphs/uni1DEF">ᷯ</a> <a title="uni1DF0 U+1DF0 COMBINING LATIN SMALL LETTER U WITH LIGHT CENTRALIZATION STROKE " data-name="uni1DF0" data-cp="1DF0" href="#glyphs/uni1DF0">ᷰ</a> <a title="uni1DF1 U+1DF1 COMBINING LATIN SMALL LETTER W " data-name="uni1DF1" data-cp="1DF1" href="#glyphs/uni1DF1">ᷱ</a> <a title="uni1DF2 U+1DF2 COMBINING LATIN SMALL LETTER A WITH DIAERESIS " data-name="uni1DF2" data-cp="1DF2" href="#glyphs/uni1DF2">ᷲ</a> <a title="uni1DF3 U+1DF3 COMBINING LATIN SMALL LETTER O WITH DIAERESIS " data-name="uni1DF3" data-cp="1DF3" href="#glyphs/uni1DF3">ᷳ</a> <a title="uni1DF4 U+1DF4 COMBINING LATIN SMALL LETTER U WITH DIAERESIS " data-name="uni1DF4" data-cp="1DF4" href="#glyphs/uni1DF4">ᷴ</a> <a title="uni1DF5 U+1DF5 COMBINING UP TACK ABOVE " data-name="uni1DF5" data-cp="1DF5" href="#glyphs/uni1DF5">᷵</a> <a title="uni1DFC U+1DFC COMBINING DOUBLE INVERTED BREVE BELOW " data-name="uni1DFC" data-cp="1DFC" href="#glyphs/uni1DFC">᷼</a> <a title="uni1DFD U+1DFD COMBINING ALMOST EQUAL TO BELOW " data-name="uni1DFD" data-cp="1DFD" href="#glyphs/uni1DFD">᷽</a> <a title="uni1DFE U+1DFE COMBINING LEFT ARROWHEAD ABOVE " data-name="uni1DFE" data-cp="1DFE" href="#glyphs/uni1DFE">᷾</a> <a title="uni1DFF U+1DFF COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW " data-name="uni1DFF" data-cp="1DFF" href="#glyphs/uni1DFF">᷿</a> <a title="uni20F0 U+20F0 COMBINING ASTERISK ABOVE " data-name="uni20F0" data-cp="20F0" href="#glyphs/uni20F0">⃰</a> <a title="firsttonechinese U+02C9 MODIFIER LETTER MACRON " data-name="firsttonechinese" data-cp="02C9" href="#glyphs/firsttonechinese">ˉ</a> <a title="secondtonechinese U+02CA MODIFIER LETTER ACUTE ACCENT " data-name="secondtonechinese" data-cp="02CA" href="#glyphs/secondtonechinese">ˊ</a> <a title="fourthtonechinese U+02CB MODIFIER LETTER GRAVE ACCENT " data-name="fourthtonechinese" data-cp="02CB" href="#glyphs/fourthtonechinese">ˋ</a> <a title="uni02EA U+02EA MODIFIER LETTER YIN DEPARTING TONE MARK " data-name="uni02EA" data-cp="02EA" href="#glyphs/uni02EA">˪</a> <a title="uni02EB U+02EB MODIFIER LETTER YANG DEPARTING TONE MARK " data-name="uni02EB" data-cp="02EB" href="#glyphs/uni02EB">˫</a> <a title="dieresisacutecomb.lc U+E106" data-name="dieresisacutecomb.lc" data-cp="E106" href="#glyphs/dieresisacutecomb.lc"></a> <a title="caronsubcomb U+E109" data-name="caronsubcomb" data-cp="E109" href="#glyphs/caronsubcomb"></a> <a title="dotmacron.lc U+E10C" data-name="dotmacron.lc" data-cp="E10C" href="#glyphs/dotmacron.lc"></a> <a title="dieresismacroncomb.lc U+E10D" data-name="dieresismacroncomb.lc" data-cp="E10D" href="#glyphs/dieresismacroncomb.lc"></a> <a title="dieresisgravecomb.lc U+E10E" data-name="dieresisgravecomb.lc" data-cp="E10E" href="#glyphs/dieresisgravecomb.lc"></a> <a title="macrondieresiscomb.lc U+E111" data-name="macrondieresiscomb.lc" data-cp="E111" href="#glyphs/macrondieresiscomb.lc"></a> <a title="tildeacute.lc U+E112" data-name="tildeacute.lc" data-cp="E112" href="#glyphs/tildeacute.lc"></a> <a title="dieresiscaroncomb.lc U+E113" data-name="dieresiscaroncomb.lc" data-cp="E113" href="#glyphs/dieresiscaroncomb.lc"></a> <a title="dieresiscaroncomb.uc U+E117" data-name="dieresiscaroncomb.uc" data-cp="E117" href="#glyphs/dieresiscaroncomb.uc"></a> <a title="dieresismacroncomb.uc U+E118" data-name="dieresismacroncomb.uc" data-cp="E118" href="#glyphs/dieresismacroncomb.uc"></a> <a title="dieresisacutecomb.uc U+E121" data-name="dieresisacutecomb.uc" data-cp="E121" href="#glyphs/dieresisacutecomb.uc"></a> <a title="dotmacroncomb.uc U+E122" data-name="dotmacroncomb.uc" data-cp="E122" href="#glyphs/dotmacroncomb.uc"></a> <a title="dieresisgravecomb.uc U+E124" data-name="dieresisgravecomb.uc" data-cp="E124" href="#glyphs/dieresisgravecomb.uc"></a> <a title="tildeacutecomb.uc U+E12A" data-name="tildeacutecomb.uc" data-cp="E12A" href="#glyphs/tildeacutecomb.uc"></a> <a title="ringcomb.uc U+EE07" data-name="ringcomb.uc" data-cp="EE07" href="#glyphs/ringcomb.uc"></a> <a title="tonos.top U+EE9A" data-name="tonos.top" data-cp="EE9A" href="#glyphs/tonos.top"></a> <a title="acutedblcomb U+EEA7" data-name="acutedblcomb" data-cp="EEA7" href="#glyphs/acutedblcomb"></a> <a title="acuterightcomb U+EEA8" data-name="acuterightcomb" data-cp="EEA8" href="#glyphs/acuterightcomb"></a> <a title="acutesubcomb U+EEA9" data-name="acutesubcomb" data-cp="EEA9" href="#glyphs/acutesubcomb"></a> <a title="archdblsubcomb U+EEAA" data-name="archdblsubcomb" data-cp="EEAA" href="#glyphs/archdblsubcomb"></a> <a title="breveinvcomb U+EEAB" data-name="breveinvcomb" data-cp="EEAB" href="#glyphs/breveinvcomb"></a> <a title="breveinvsubcomb U+EEAC" data-name="breveinvsubcomb" data-cp="EEAC" href="#glyphs/breveinvsubcomb"></a> <a title="brevesubcomb U+EEAD" data-name="brevesubcomb" data-cp="EEAD" href="#glyphs/brevesubcomb"></a> <a title="bridgeinvsubcomb U+EEAE" data-name="bridgeinvsubcomb" data-cp="EEAE" href="#glyphs/bridgeinvsubcomb"></a> <a title="bridgesubcomb U+EEAF" data-name="bridgesubcomb" data-cp="EEAF" href="#glyphs/bridgesubcomb"></a> <a title="candrabinducomb U+EEB0" data-name="candrabinducomb" data-cp="EEB0" href="#glyphs/candrabinducomb"></a> <a title="circumflexsubcomb U+EEB1" data-name="circumflexsubcomb" data-cp="EEB1" href="#glyphs/circumflexsubcomb"></a> <a title="commasuprevcomb U+EEB2" data-name="commasuprevcomb" data-cp="EEB2" href="#glyphs/commasuprevcomb"></a> <a title="commaturnsupcomb U+EEB3" data-name="commaturnsupcomb" data-cp="EEB3" href="#glyphs/commaturnsupcomb"></a> <a title="diaeresistonoscomb U+EEB4" data-name="diaeresistonoscomb" data-cp="EEB4" href="#glyphs/diaeresistonoscomb"></a> <a title="dotdblsubcomb U+EEB5" data-name="dotdblsubcomb" data-cp="EEB5" href="#glyphs/dotdblsubcomb"></a> <a title="graveleftcomb U+EEB6" data-name="graveleftcomb" data-cp="EEB6" href="#glyphs/graveleftcomb"></a> <a title="gravesubcomb U+EEB7" data-name="gravesubcomb" data-cp="EEB7" href="#glyphs/gravesubcomb"></a> <a title="hookabove_compact U+EEB8" data-name="hookabove_compact" data-cp="EEB8" href="#glyphs/hookabove_compact"></a> <a title="hooksubpalatcomb U+EEB9" data-name="hooksubpalatcomb" data-cp="EEB9" href="#glyphs/hooksubpalatcomb"></a> <a title="hooksubretrocomb U+EEBA" data-name="hooksubretrocomb" data-cp="EEBA" href="#glyphs/hooksubretrocomb"></a> <a title="iotasubcomb U+EEBB" data-name="iotasubcomb" data-cp="EEBB" href="#glyphs/iotasubcomb"></a> <a title="linevertcomb U+EEBC" data-name="linevertcomb" data-cp="EEBC" href="#glyphs/linevertcomb"></a> <a title="linevertdblcomb U+EEBD" data-name="linevertdblcomb" data-cp="EEBD" href="#glyphs/linevertdblcomb"></a> <a title="linevertsubcomb U+EEBE" data-name="linevertsubcomb" data-cp="EEBE" href="#glyphs/linevertsubcomb"></a> <a title="macronsubcomb U+EEBF" data-name="macronsubcomb" data-cp="EEBF" href="#glyphs/macronsubcomb"></a> <a title="overscorecomb U+EEC0" data-name="overscorecomb" data-cp="EEC0" href="#glyphs/overscorecomb"></a> <a title="overscoredblcomb U+EEC1" data-name="overscoredblcomb" data-cp="EEC1" href="#glyphs/overscoredblcomb"></a> <a title="ringlefthalfsubcomb U+EEC2" data-name="ringlefthalfsubcomb" data-cp="EEC2" href="#glyphs/ringlefthalfsubcomb"></a> <a title="ringrighthalfsubcomb U+EEC3" data-name="ringrighthalfsubcomb" data-cp="EEC3" href="#glyphs/ringrighthalfsubcomb"></a> <a title="ringsubcomb U+EEC4" data-name="ringsubcomb" data-cp="EEC4" href="#glyphs/ringsubcomb"></a> <a title="seagullsubcomb U+EEC5" data-name="seagullsubcomb" data-cp="EEC5" href="#glyphs/seagullsubcomb"></a> <a title="tildemidcomb U+EEC6" data-name="tildemidcomb" data-cp="EEC6" href="#glyphs/tildemidcomb"></a> <a title="tildesubcomb U+EEC7" data-name="tildesubcomb" data-cp="EEC7" href="#glyphs/tildesubcomb"></a> <a title="underscorecomb U+EEC8" data-name="underscorecomb" data-cp="EEC8" href="#glyphs/underscorecomb"></a> <a title="underscoredblcomb U+EEC9" data-name="underscoredblcomb" data-cp="EEC9" href="#glyphs/underscoredblcomb"></a> <a title="xsupcomb U+EECA" data-name="xsupcomb" data-cp="EECA" href="#glyphs/xsupcomb"></a> <a title="acutedotcomb.lc U+EECB" data-name="acutedotcomb.lc" data-cp="EECB" href="#glyphs/acutedotcomb.lc"></a> <a title="carondot.lc U+EECC" data-name="carondot.lc" data-cp="EECC" href="#glyphs/carondot.lc"></a> <a title="carondot.uc U+EECD" data-name="carondot.uc" data-cp="EECD" href="#glyphs/carondot.uc"></a> <a title="ringacute.lc U+EECE" data-name="ringacute.lc" data-cp="EECE" href="#glyphs/ringacute.lc"></a> <a title="ringacute.uc U+EECF" data-name="ringacute.uc" data-cp="EECF" href="#glyphs/ringacute.uc"></a> <a title="tildedieresiscomb.lc U+EED0" data-name="tildedieresiscomb.lc" data-cp="EED0" href="#glyphs/tildedieresiscomb.lc"></a> <a title="tildedieresiscomb.uc U+EED1" data-name="tildedieresiscomb.uc" data-cp="EED1" href="#glyphs/tildedieresiscomb.uc"></a> <a title="tildemacroncomb.lc U+EED2" data-name="tildemacroncomb.lc" data-cp="EED2" href="#glyphs/tildemacroncomb.lc"></a> <a title="acutelowmod U+02CF MODIFIER LETTER LOW ACUTE ACCENT " data-name="acutelowmod" data-cp="02CF" href="#glyphs/acutelowmod">ˏ</a> <a title="colontriangularhalfmod U+02D1 MODIFIER LETTER HALF TRIANGULAR COLON " data-name="colontriangularhalfmod" data-cp="02D1" href="#glyphs/colontriangularhalfmod">ˑ</a> <a title="colontriangularmod U+02D0 MODIFIER LETTER TRIANGULAR COLON " data-name="colontriangularmod" data-cp="02D0" href="#glyphs/colontriangularmod">ː</a> <a title="commareversedmod U+02BD MODIFIER LETTER REVERSED COMMA " data-name="commareversedmod" data-cp="02BD" href="#glyphs/commareversedmod">ʽ</a> <a title="commaturnedmod U+02BB MODIFIER LETTER TURNED COMMA " data-name="commaturnedmod" data-cp="02BB" href="#glyphs/commaturnedmod">ʻ</a> <a title="glottalstopmod U+02C0 MODIFIER LETTER GLOTTAL STOP " data-name="glottalstopmod" data-cp="02C0" href="#glyphs/glottalstopmod">ˀ</a> <a title="glottalstopreversedmod U+02C1 MODIFIER LETTER REVERSED GLOTTAL STOP " data-name="glottalstopreversedmod" data-cp="02C1" href="#glyphs/glottalstopreversedmod">ˁ</a> <a title="gravelowmod U+02CE MODIFIER LETTER LOW GRAVE ACCENT " data-name="gravelowmod" data-cp="02CE" href="#glyphs/gravelowmod">ˎ</a> <a title="linevert U+02C8 MODIFIER LETTER VERTICAL LINE " data-name="linevert" data-cp="02C8" href="#glyphs/linevert">ˈ</a> <a title="macronsub U+02CD MODIFIER LETTER LOW MACRON " data-name="macronsub" data-cp="02CD" href="#glyphs/macronsub">ˍ</a> <a title="ringhalfleft U+02BF MODIFIER LETTER LEFT HALF RING " data-name="ringhalfleft" data-cp="02BF" href="#glyphs/ringhalfleft">ʿ</a> <a title="ringhalfright U+02BE MODIFIER LETTER RIGHT HALF RING " data-name="ringhalfright" data-cp="02BE" href="#glyphs/ringhalfright">ʾ</a> <a title="verticallinelowmod U+02CC MODIFIER LETTER LOW VERTICAL LINE " data-name="verticallinelowmod" data-cp="02CC" href="#glyphs/verticallinelowmod">ˌ</a> <a title="uni2DFF U+2DFF COMBINING CYRILLIC LETTER IOTIFIED BIG YUS " data-name="uni2DFF" data-cp="2DFF" href="#glyphs/uni2DFF">ⷿ</a> <a title="pecyrillicturn U+EED3" data-name="pecyrillicturn" data-cp="EED3" href="#glyphs/pecyrillicturn"></a> <a title="uni0268.ccmp U+E0F3" data-name="uni0268.ccmp" data-cp="E0F3" href="#glyphs/uni0268.ccmp"></a> <a title="uni2071.ccmp U+E0F4" data-name="uni2071.ccmp" data-cp="E0F4" href="#glyphs/uni2071.ccmp"></a> <a title="uni02B2.ccmp U+E0F5" data-name="uni02B2.ccmp" data-cp="E0F5" href="#glyphs/uni02B2.ccmp"></a> <a title="ascript_uni02DE U+E10A" data-name="ascript_uni02DE" data-cp="E10A" href="#glyphs/ascript_uni02DE"></a> <a title="largerighthook U+E10F" data-name="largerighthook" data-cp="E10F" href="#glyphs/largerighthook"></a> <a title="exclamdown.case U+E1E1" data-name="exclamdown.case" data-cp="E1E1" href="#glyphs/exclamdown.case"></a> <a title="Pe-cy.turn U+EE87" data-name="Pe-cy.turn" data-cp="EE87" href="#glyphs/Pe-cy.turn"></a> <a title="brevecomb_hookabovecomb U+EE90" data-name="brevecomb_hookabovecomb" data-cp="EE90" href="#glyphs/brevecomb_hookabovecomb"></a> <a title="dieresistonos_narrow U+EE91" data-name="dieresistonos_narrow" data-cp="EE91" href="#glyphs/dieresistonos_narrow"></a> <a title="uni1FFE.tonos U+EE92" data-name="uni1FFE.tonos" data-cp="EE92" href="#glyphs/uni1FFE.tonos"></a> <a title="uni1FCD.tonos U+EE93" data-name="uni1FCD.tonos" data-cp="EE93" href="#glyphs/uni1FCD.tonos"></a> <a title="uni1FDD.tonos U+EE94" data-name="uni1FDD.tonos" data-cp="EE94" href="#glyphs/uni1FDD.tonos"></a> <a title="uni1FCE.tonos U+EE95" data-name="uni1FCE.tonos" data-cp="EE95" href="#glyphs/uni1FCE.tonos"></a> <a title="uni1FDE.tonos U+EE96" data-name="uni1FDE.tonos" data-cp="EE96" href="#glyphs/uni1FDE.tonos"></a> <a title="uni1FCF.tonos U+EE97" data-name="uni1FCF.tonos" data-cp="EE97" href="#glyphs/uni1FCF.tonos"></a> <a title="uni1FDF.tonos U+EE98" data-name="uni1FDF.tonos" data-cp="EE98" href="#glyphs/uni1FDF.tonos"></a> <a title="uni1FEF.tonos U+EE99" data-name="uni1FEF.tonos" data-cp="EE99" href="#glyphs/uni1FEF.tonos"></a> <a title="macrongravecomb.lc U+EE9B" data-name="macrongravecomb.lc" data-cp="EE9B" href="#glyphs/macrongravecomb.lc"></a> <a title="grave_compact U+EE9D" data-name="grave_compact" data-cp="EE9D" href="#glyphs/grave_compact"></a> <a title="acute_compact U+EE9E" data-name="acute_compact" data-cp="EE9E" href="#glyphs/acute_compact"></a> <a title="ogonek.A U+EE9F" data-name="ogonek.A" data-cp="EE9F" href="#glyphs/ogonek.A"></a> <a title="ogonek.O U+EEA0" data-name="ogonek.O" data-cp="EEA0" href="#glyphs/ogonek.O"></a> <a title="ogonek.U U+EEA1" data-name="ogonek.U" data-cp="EEA1" href="#glyphs/ogonek.U"></a> <a title="ogonek.a U+EEA2" data-name="ogonek.a" data-cp="EEA2" href="#glyphs/ogonek.a"></a> <a title="ogonek.e U+EEA3" data-name="ogonek.e" data-cp="EEA3" href="#glyphs/ogonek.e"></a> <a title="ogonek.o U+EEA4" data-name="ogonek.o" data-cp="EEA4" href="#glyphs/ogonek.o"></a> <a title="ogonek.u.1 U+EEA6" data-name="ogonek.u.1" data-cp="EEA6" href="#glyphs/ogonek.u.1"></a> <a title="anglesupcomb U+EED4" data-name="anglesupcomb" data-cp="EED4" href="#glyphs/anglesupcomb"></a> <a title="barmidlongcomb U+EED5" data-name="barmidlongcomb" data-cp="EED5" href="#glyphs/barmidlongcomb"></a> <a title="crossbar U+EED6" data-name="crossbar" data-cp="EED6" href="#glyphs/crossbar"></a> <a title="squaresubcomb U+EED8" data-name="squaresubcomb" data-cp="EED8" href="#glyphs/squaresubcomb"></a> <a title="tackdownsubcomb U+EED9" data-name="tackdownsubcomb" data-cp="EED9" href="#glyphs/tackdownsubcomb"></a> <a title="tackleftsubcomb U+EEDA" data-name="tackleftsubcomb" data-cp="EEDA" href="#glyphs/tackleftsubcomb"></a> <a title="tackrightsubcomb U+EEDB" data-name="tackrightsubcomb" data-cp="EEDB" href="#glyphs/tackrightsubcomb"></a> <a title="tackupsubcomb U+EEDC" data-name="tackupsubcomb" data-cp="EEDC" href="#glyphs/tackupsubcomb"></a> <a title="tildevertsupcomb U+EEDD" data-name="tildevertsupcomb" data-cp="EEDD" href="#glyphs/tildevertsupcomb"></a> <a title="crossbar.uc U+EEDE" data-name="crossbar.uc" data-cp="EEDE" href="#glyphs/crossbar.uc"></a> <a title="slashshort.lc U+EEE0" data-name="slashshort.lc" data-cp="EEE0" href="#glyphs/slashshort.lc"></a> <a title="slashshort.uc U+EEE1" data-name="slashshort.uc" data-cp="EEE1" href="#glyphs/slashshort.uc"></a> </div> </div> <div class="fade-cover right"></div> </div> </div> <script type="module" src="/inter/res/glyph-inspector.js?v="></script> </div> <div class="row examples" id="languages"><div> <h2><a href="#languages">Language support</a></h2> <p>Inter currently covers 147 scripts</p> <div class="columns" style="column-width:12em;column-gap:1em"> <h4>Latin</h4> Afrikaans<br> Aghem<br> Akan<br> Albanian<br> Asturian<br> Asu<br> Bafia<br> Basaa<br> Basque<br> Bemba<br> Bena<br> Breton<br> Catalan<br> Chiga<br> Colognian<br> Cornish<br> Croatian<br> Czech<br> Danish<br> Duala<br> Dutch<br> Elfdalian<br> Embu<br> English<br> Esperanto<br> Estonian<br> Ewe<br> Ewondo<br> Faroese<br> Filipino<br> Finnish<br> French<br> Friulian<br> Fulah<br> Galician<br> Ganda<br> German<br> Gusii<br> Hawaiian<br> Hungarian<br> Icelandic<br> Igbo<br> Inari Sami<br> Indonesian<br> Irish<br> Italian<br> Jola-Fonyi<br> Kabuverdianu<br> Kabyle<br> Kako<br> Kalaallisut<br> Kalenjin<br> Kamba<br> Kikuyu<br> Kinyarwanda<br> Koyra Chiini<br> Koyraboro Senni<br> Kwasio<br> Lakota<br> Langi<br> Latvian<br> Lingala<br> Lithuanian<br> Lower Sorbian<br> Luba-Katanga<br> Luo<br> Luxembourgish<br> Luyia<br> Machame<br> Makhuwa-Meetto<br> Makonde<br> Malagasy<br> Maltese<br> Manx<br> Māori<br> Masai<br> Meru<br> Metaʼ<br> Morisyen<br> Mundang<br> Nama<br> Ngiemboon<br> Ngomba<br> North Ndebele<br> Northern Sami<br> Norwegian Bokmål<br> Norwegian Nynorsk<br> Nuer<br> Nyankole<br> Oromo<br> Polish<br> Portuguese<br> Prussian<br> Quechua<br> Romanian<br> Romansh<br> Rombo<br> Rundi<br> Rwa<br> Samburu<br> Sango<br> Sangu<br> Scottish Gaelic<br> Sena<br> Serbian<br> Shambala<br> Shona<br> Slovak<br> Slovenian<br> Soga<br> Somali<br> Spanish<br> Swahili<br> Swedish<br> Swiss German<br> Tachelhit<br> Taita<br> Tasawaq<br> Teso<br> Tongan<br> Turkish<br> Upper Sorbian<br> Uzbek<br> Vai<br> Vietnamese<br> Volapük<br> Vunjo<br> Walser<br> Welsh<br> Western Frisian<br> Yangben<br> Yoruba<br> Zarma<br> Zulu<br> <h4>Greek</h4> Greek<br> <h4>Cyrillic</h4> Azerbaijani<br> Belarusian<br> Bosnian<br> Bulgarian<br> Chechen<br> Macedonian<br> Ossetic<br> Russian<br> Sakha<br> Serbian<br> Ukrainian<br> Uzbek<br> </div> </div></div> <div class="row examples"><div> <!-- <p>Latin</p> <p class="example2"> ABCDEFGHIJKLMN<br> OPQRSTUVWXYZ<br> abcdefghijklm<br> nopqrstuvwxyz<br> 0123456789 &→! </p> <br><br> --> <p>Greek</p> <p class="example2"> ΑΒΓΔΕΖΗΘΙΚΛΜΝ<br> ΞΟΠΡΣΤΥΦΧΨΩ<br> αβγδεζηθικλμνξ<br> οπρςστυφχψω </p> <br><br> <p>Cyrillic</p> <p class="example2"> АБВГДЕЁЖЗИЙКЛ<br> МНОПРСТУФХЧЦ<br> ШЩЬЪЫЭЮЯабвг<br> деёжзийклмнопрс<br> туфхчцшщьъыэюя </p> </div></div> <div class="row examples" id="faq"><div> <h2><a href="#faq">Frequently Asked Questions</a></h2> <div class="columns" style="column-width:15em;column-gap:2em"> <h4 id="faq-using-features"><a href="#faq-using-features">How do I enable and disable font features?</a></h4> <p>In web browsers you can use <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/font-feature-settings"><q>font-feature-settings</q></a>. In Figma you can access features via the <a href="https://help.figma.com/article/250-working-with-fonts#opentype">Advanced Type panel</a>. In Illustrator, Photoshop and friends, you can access features via the <a href="https://helpx.adobe.com/illustrator/using/special-characters.html#opentype_panel_overview">Characters and OpenType panels</a>. Sketch doesn’t provide a UI for configuring font features, but there’s <a href="https://sketchtalk.io/discussion/comment/1478/#Comment_1478">a workaround using macOS’s native font UI</a>.</p> <h4 id="faq-cdn"><a href="#faq-cdn">How reliable are the fonts served from rsms.me/inter?</a></h4> <p><q>https://rsms.me/inter/inter.css</q> and the Inter font files are distributed globally over CloudFlare’s CDN. This is very reliable and fast by automatically serving the fonts from a server near your users, minimizing the latency of your web pages.</p> <h4 id="faq-subset"><a href="#faq-subset">How do I subset the font files?</a></h4> <p>Have a look at <a href="https://fonttools.readthedocs.io/en/latest/subset/">pyftsubset</a></p> <h4 id="faq-otfeat-customize-compile"><a href="#faq-otfeat-customize-compile">Can I change what OpenType features are enabled by default?</a></h4> <p>Have a look at <a href="https://twardoch.github.io/fonttools-opentype-feature-freezer/">OpenType Feature Freezer</a>. It allows you to customize fonts with certain OpenType features “on by default.”</p> <h4 id="faq-contribute"><a href="#faq-contribute">Can I help with improving Inter?</a></h4> <p>Yes you can! Inter is an open-source project, meaning the source code—or “source design” if you will—that is used to build the font files <a href="https://github.com/rsms/inter">are freely available</a> to improve upon. Font making requires a fair bit of technical work and depending on what you’d like to do, some things might be more fun depending on your technical skills. The <a href="https://github.com/rsms/inter/blob/master/CONTRIBUTING.md">“Contributing” document</a> is a great place to start. This document outlines where you can have the biggest impact, how things are setup and how to get started.</p> <h4 id="faq-inuse"><a href="#faq-inuse">I've made a cool thing that uses Inter</a></h4> <p><a href="https://github.com/rsms/inter/discussions/categories/show-and-tell">Share what you’ve made in “Show and Tell”</a></p> <h4 id="faq-bug"><a href="#faq-bug">Where can I report technical problems with Inter?</a></h4> <p>Please <a href="https://github.com/rsms/inter/issues/new?template=bug_report.md">submit a bug report on GitHub</a></p> <h4 id="faq-contact"><a href="#faq-contact">I have a question, where can I get help?</a></h4> <p>Start by searching <a href="https://github.com/rsms/inter/issues?q=%22YOUR+ISSUE%22">issues</a> & <a href="https://github.com/rsms/inter/discussions?discussions_q=%22YOUR+ISSUE%22">discussions</a> for an answer. If that didn’t help, ask your question in <a href="https://github.com/rsms/inter/discussions/categories/q-a">the “Q&A” forum</a>.</p> <h4 id="faq-start-date"><a href="#faq-start-date">This website claims work started in 2016, but the git repository's log says it started later?</a></h4> <p>Inter was developed in a private, internal git repository starting in November 2016, prior to being published on August 22, 2017. Between November 2016 and August 2017, there were <span class="num">2,990,150</span> line edits made across 247 versions.</p> <h4 id="faq-old-website"><a href="#faq-old-website">I miss something from the old website</a></h4> <p>Have a pleasant surf on <a href="https://d.rsms.me/inter-website/v3/">a snapshot of the old version 3 website</a></p> <h4 id="faq-technical-details"><a href="#faq-technical-details">What are the technical details of Inter?</a></h4> <p>UPM: 2048<br /> Variable axis <q>opsz</q> [14–32]<br /> Variable axis <q>wght</q> [100–900]<br /> Constant axis <q>ital</q> [0, 9.4°]<br /> Style classification: Sans-serif, Grotesk<br /> x-height, opsz=14: 1118 UPM<br /> x-height, opsz=32: 1056 UPM<br /> Cap height: 1490 UPM<br /> Ascender: 1984 UPM<br /> Descender: -494 UPM<br /> Vendor ID: <a href="https://learn.microsoft.com/en-us/typography/vendors/#r">RSMS</a></p> </div> </div></div> <script>(function(){ const $ = (q, el) => (el || document).querySelector(q) const $$ = (q, el) => [].slice.call((el || document).querySelectorAll(q)) // contenteditable, paste as plain-text $$('[contenteditable]').forEach(el => { el.addEventListener('paste', ev => { ev.preventDefault() document.execCommand("insertText", false, ev.clipboardData.getData("text/plain")) }, {capture:true,passive:false}) }) // show/hide "Inter" in header let callback = (entries, observer) => { entries.forEach((entry) => { $('header .scroll-reveal').classList.toggle('visible', !entry.isIntersecting) }); } let observer = new IntersectionObserver(callback, { rootMargin: "0px", threshold: 0 }) observer.observe($('h1')) // low priority stuff that doesn't need to happen immediately ;(typeof requestIdleCallback == "undefined" ? f => f() : requestIdleCallback)(() => { // convert .num/num numbers to local format, e.g. "1,234.56" vs "1.234,56" let nfmt = new Intl.NumberFormat() // test with .NumberFormat('de-DE') if (nfmt.format(1234.89) != "1,234.89") { // written as "1,234.89" in source for (let el of [...$$("num"), ...$$(".num")]) el.innerText = nfmt.format(parseFloat(el.innerText.replace(/,/g,''))) } }) })()</script> <footer class="row"> <p> Inter is a trademark of <a href="https://rsms.me/">Rasmus Andersson</a> (<a href="https://learn.microsoft.com/en-us/typography/vendors/#r">RSMS</a>) </p> </footer> </body> </html>