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

What is Unicode character 𬟾?

The Unicode character 𬟾 U+2C7FE 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+2C7FE.

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!