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

What is Unicode character 𭨲?

The Unicode character 𭨲 U+2DA32 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+2DA32.

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!