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

What is Unicode character 𬆯?

The Unicode character 𬆯 U+2C1AF 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+2C1AF.

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!