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

What is Unicode character 𣲀?

The Unicode character 𣲀 U+23C80 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+23C80.

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!