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

What is Unicode character 𭣍?

The Unicode character 𭣍 U+2D8CD 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+2D8CD.

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!