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

What is Unicode character 𭬬?

The Unicode character 𭬬 U+2DB2C 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+2DB2C.

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!