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

What is Unicode character 𰡲?

The Unicode character 𰡲 U+30872 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+30872.

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!