Combining bridge above (U+0346) is a combining mark in the Combining Diacritical Marks block. It stacks above the character that comes before it — used in IPA and linguistics (e.g. dentolabial cues). Example: p + ͆ renders as p͆.
Remember
Character combining bridge above (after a base)
Unicode U+0346
Hex entity ͆
Decimal ͆
CSS escape \0346
Named entity (none)
Example p͆ → p͆
Not the same U+032A (combining bridge below)
There is no standard named HTML entity for U+0346. Place the mark after the base letter in HTML, UTF-8 text, or CSS content strings.
\0346 belongs in CSS strings. ͆ / ͆ belong in HTML.
Fonts
Combining support varies
Some fonts stack U+0346 poorly. Prefer fonts with solid Combining Diacritical Marks / IPA support.
Semicolon
End references
Always finish with ; — write ͆, not ͆.
Compatibility
Browser Support
Combining bridge above (U+0346) and its numeric entity forms (͆, ͆, CSS \\0346) are supported in all mainstream browsers. Stacking quality depends on font support for combining marks.
✓ Universal support
Bridge Above (U+0346)
Encode with hex, decimal, or CSS escape after a base letter — same combining mark everywhere encoding is supported.
100%Browser coverage
Google ChromeSupported
Yes
Microsoft EdgeSupported
Yes
Mozilla FirefoxSupported
Yes
Apple SafariSupported
Yes
OperaSupported
Yes
Internet ExplorerAll versions
Yes
U+0346 / entitiesFull support
Bottom line: Use ͆ or ͆ after a base letter when you need the combining mark, and \\0346 only inside CSS content strings.
Remember
Key Takeaways
Unicode: combining bridge above is U+0346 (decimal 838).
HTML: base first, then ͆ or ͆ (e.g. p͆).
CSS: use "p\0346" (or another base) inside content.
Watch out: U+0346 is above; U+032A is below.
One line:U+0346 → after a base letter as ͆ / ͆ / CSS \0346.
Frequently Asked Questions
Place ͆ (hex) or ͆ (decimal) immediately after a base letter — for example p͆. In CSS, use content: "p\0346". There is no named HTML entity for U+0346.
U+0346 (hex 0346, decimal 838). Unicode names it COMBINING BRIDGE ABOVE. It belongs to the Combining Diacritical Marks block and stacks above the preceding base character.
No. HTML5 / WHATWG does not define a named character reference for U+0346. Prefer ͆, ͆, or a typed combining sequence in UTF-8.
Use U+0346 in IPA and linguistics when a bridge-above diacritic is needed (e.g. dentolabial transcription). Prefer clear text labels when the mark must be obvious to screen readers.
HTML entities (͆ or ͆) go in markup after the base letter. The CSS escape \0346 goes in stylesheet strings (usually content on ::before/::after), typically as "p\0346".
U+0346 is combining bridge above (over the letter). U+032A is combining bridge below (under the letter). They are different code points.
🤔
Did you know?
Combining bridge above is Unicode U+0346 (decimal 838). It is a combining mark — place it after a base letter (e.g. p͆). HTML5 has no named entity for U+0346. It is not combining bridge below (U+032A).