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

What is Unicode character 𬉺?

The Unicode character 𬉺 U+2C27A 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+2C27A.

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!