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>&#162944;</p>
📋
CSS .selector { content: '\27C80' };
📋
JS var unicodeA = '\u27C80 ';
📋
CPP char unicodeA = ' \u27C80 ';
📋
Java char unicodeA = '\u27C80';
📋
Python unicodeA = '\u27C80'
📋

What is Unicode character 𧲀?

The Unicode character 𧲀 U+27C80 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+27C80.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!