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

What is Unicode character 𭰬?

The Unicode character 𭰬 U+2DC2C 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+2DC2C.

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!