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

What is Unicode character 𭟯?

The Unicode character 𭟯 U+2D7EF 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+2D7EF.

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!