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

What is Unicode character 𬟺?

The Unicode character 𬟺 U+2C7FA 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+2C7FA.

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!