HTML Entity/Symbol˛(OGONEK )

˛
Copy this symbol

OGONEK

Click on any of the following code values to copy to clipboard.

˛
˛
U+002DB
\02db
˛

HTML Examples

Using HTML Code value in HTML file

<span> &#731; </span>

Using HTML Entity value in HTML file

<span> &ogon; </span>

CSS Example

Using CSS content code of the HTML entity &ogon; to specify in a CSS file

span { 
    content: "\02db";
}
All HTML Symbols