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

What is Unicode character 𭟭?

The Unicode character 𭟭 U+2D7ED 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+2D7ED.

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!