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

What is Unicode character 𬇏?

The Unicode character 𬇏 U+2C1CF 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+2C1CF.

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!