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

What is Unicode character 𭬲?

The Unicode character 𭬲 U+2DB32 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+2DB32.

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!