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>&#198050;</p>
📋
CSS .selector { content: '\305A2' };
📋
JS var unicodeA = '\u305A2 ';
📋
CPP char unicodeA = ' \u305A2 ';
📋
Java char unicodeA = '\u305A2';
📋
Python unicodeA = '\u305A2'
📋

What is Unicode character 𰖢?

The Unicode character 𰖢 U+305A2 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+305A2.

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!