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

What is Unicode character 𭟾?

The Unicode character 𭟾 U+2D7FE 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+2D7FE.

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!