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

What is Unicode character 𬟷?

The Unicode character 𬟷 U+2C7F7 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C7F7.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!