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

What is Unicode character 𧢀?

The Unicode character 𧢀 U+27880 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+27880.

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!