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

What is Unicode character 𧦀?

The Unicode character 𧦀 U+27980 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+27980.

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!