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

What is Unicode character 𰀡?

The Unicode character 𰀡 U+30021 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+30021.

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!