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

What is Unicode character 𰀲?

The Unicode character 𰀲 U+30032 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+30032.

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!