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

What is Unicode character 𭟪?

The Unicode character 𭟪 U+2D7EA 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+2D7EA.

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!