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>&#199098;</p>
📋
CSS .selector { content: '\309BA' };
📋
JS var unicodeA = '\u309BA ';
📋
CPP char unicodeA = ' \u309BA ';
📋
Java char unicodeA = '\u309BA';
📋
Python unicodeA = '\u309BA'
📋

What is Unicode character 𰦺?

The Unicode character 𰦺 U+309BA 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+309BA.

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!