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

What is Unicode character 𰢢?

The Unicode character 𰢢 U+308A2 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+308A2.

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!