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

What is Unicode character 𭰭?

The Unicode character 𭰭 U+2DC2D 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+2DC2D.

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!