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

What is Unicode character 𭟢?

The Unicode character 𭟢 U+2D7E2 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+2D7E2.

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!