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

What is Unicode character 𭟺?

The Unicode character 𭟺 U+2D7FA 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+2D7FA.

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!