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

What is Unicode character 𲊀?

The Unicode character 𲊀 U+32280 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension H 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+32280.

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 15.0, and it belongs to the CJK Unified Ideographs Extension H block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 15.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension H
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!