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

What is Unicode character 𣢀?

The Unicode character 𣢀 U+23880 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+23880.

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!