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

What is Unicode character 𬛡?

The Unicode character 𬛡 U+2C6E1 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+2C6E1.

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!