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

What is Unicode character 𭰲?

The Unicode character 𭰲 U+2DC32 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2DC32.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!