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

What is Unicode character 𢦀?

The Unicode character 𢦀 U+22980 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+22980.

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!