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

What is Unicode character 𭟷?

The Unicode character 𭟷 U+2D7F7 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+2D7F7.

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!