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

What is Unicode character 𰧢?

The Unicode character 𰧢 U+309E2 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+309E2.

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!