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

What is Unicode character 𭟫?

The Unicode character 𭟫 U+2D7EB 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+2D7EB.

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!