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

What is Unicode character 𲎀?

The Unicode character 𲎀 U+32380 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+32380.

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!