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

What is Unicode character 𰌢?

The Unicode character 𰌢 U+30322 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+30322.

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!