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

What is Unicode character 𰌲?

The Unicode character 𰌲 U+30332 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+30332.

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!