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

What is Unicode character 𭃍?

The Unicode character 𭃍 U+2D0CD 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+2D0CD.

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!