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

What is Unicode character 𧺀?

The Unicode character 𧺀 U+27E80 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+27E80.

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!