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

What is Unicode character 𬛺?

The Unicode character 𬛺 U+2C6FA 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+2C6FA.

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!