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

What is Unicode character 𰌬?

The Unicode character 𰌬 U+3032C 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+3032C.

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!