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

What is Unicode character 𣦀?

The Unicode character 𣦀 U+23980 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+23980.

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!