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

What is Unicode character 𭟍?

The Unicode character 𭟍 U+2D7CD 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+2D7CD.

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!