free-symbols
҆

Combining Cyrillic Psili Pneumata Letter

҆ is a Unicode combining Cyrillic diacritic used to add a specific mark to Cyrillic letters.

U+0486

҆ (U+0486) is the “COMBINING CYRILLIC PSILI PNEUMATA” character. Because it’s a combining mark, it typically appears attached to the previous letter. This page helps you copy it reliably across tools and code.

Combining Cyrillic Psili Pneumata Letter Meaning

҆ is a Unicode combining character with code point U+0486. Named “COMBINING CYRILLIC PSILI PNEUMATA,” it is designed to modify a preceding Cyrillic letter rather than stand alone. In text rendering, a combining mark may display as a diacritic positioned above or near the base character depending on the font and rendering engine. When you use it, place it immediately after the character you want it to attach to (for example, “а҆”). If you need consistency across systems, test with the fonts you plan to use, since combining marks can vary in appearance.

Common uses

  • Adding scholarly or typographic diacritics to Cyrillic text in publications
  • Marking pronunciation or phonetic variants in linguistics notes
  • Representing diacritic layers when digitizing historical or annotated Cyrillic sources
  • Composing custom text with Cyrillic combining marks in design and layout tools
  • Embedding the character in web content using the correct Unicode escapes

Examples

҆ Combining Cyrillic Psili Pneumata

  • ҆а҆
  • ҆е҆
  • ҆и҆
  • ҆о҆
  • ҆у҆

Variations

Technical codes

UnicodeU+0486
HTML Entity҆
HTML Code҆
CSS\0486

FAQ

What does the Combining Cyrillic Psili Pneumata letter mean?

҆ is a Unicode combining character with code point U+0486. Named “COMBINING CYRILLIC PSILI PNEUMATA,” it is designed to modify a preceding Cyrillic letter rather than stand alone. In text rendering, a combining mark may display as a diacritic positioned above or near the base character depending on the font and rendering engine. When you use it, place it immediately after the character you want it to attach to (for example, “а҆”). If you need consistency across systems, test with the fonts you plan to use, since combining marks can vary in appearance.

How do I use ҆ correctly in text?

Because ҆ is a combining character, put it immediately after the Cyrillic letter you want to modify (for example, а҆).

Can I copy and paste ҆ by itself?

You can, but it may not display meaningfully alone. It’s meant to combine with a preceding character, so test how it appears in your font and editor.

What is the Unicode code point for ҆?

҆ has Unicode code point U+0486 and the name “COMBINING CYRILLIC PSILI PNEUMATA.”

What’s the safest way to include it in web code?

Use a Unicode escape like \\u{0486} in JavaScript or the HTML entity ҆ in HTML. Then verify rendering in the target browsers and fonts.