Css Styling

Size
𰦰
15px
𰦰
18px
𰦰
21px
𰦰
24px
𰦰
27px
𰦰
30px
𰦰
33px
𰦰
36px
𰦰
42px
𰦰
48px
𰦰
54px
𰦰
60px
𰦰
66px
𰦰
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𰦰
Bold
𰦰
Italic
𰦰
Underline
𰦰
Strikethrough
𰦰
UpperCase
𰦰
LowerCase
𰦰
Oblique
A 𰦰
Subscript
A 𰦰
Superscript
𰦰
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𰦰
Arial
𰦰
Times New Roman
𰦰
Verdana
𰦰
Courier New
𰦰
Garamond
𰦰
Georgia
𰦰
Trebuchet MS
𰦰
Tahoma
𰦰
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𰦰
White
𰦰
Brown
𰦰
Maroon
𰦰
Magenta
𰦰
Red
𰦰
Orange
𰦰
Yellow
𰦰
Green
𰦰
Teal
𰦰
Cyan
𰦰
Blue
𰦰
Violet
𰦰
Purple
𰦰
Indigo
𰦰
Gray
𰦰
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𰦰
White
𰦰
Brown
𰦰
Maroon
𰦰
Magenta
𰦰
Red
𰦰
Orange
𰦰
Yellow
𰦰
Green
𰦰
Teal
𰦰
Cyan
𰦰
Blue
𰦰
Violet
𰦰
Purple
𰦰
Indigo
𰦰
Gray
𰦰
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#199088;</p>
📋
CSS .selector { content: '\309B0' };
📋
JS var unicodeA = '\u309B0 ';
📋
CPP char unicodeA = ' \u309B0 ';
📋
Java char unicodeA = '\u309B0';
📋
Python unicodeA = '\u309B0'
📋

What is Unicode character 𰦰?

The Unicode character 𰦰 U+309B0 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G block.

What does the Unicode character 𰦰 represent?

The Unicode character 𰦰 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𰦰?

The Unicode code point for 𰦰 is U+309B0.

Is the appearance of the 𰦰 character consistent across all platforms?

The appearance of the 𰦰 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𰦰 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𰦰 character.

In which version was Unicode character 𰦰 released, and to which block of characters does it belong?

Unicode character 𰦰 was first introduced in Unicode Version 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!