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

What is Unicode character 𲃀?

The Unicode character 𲃀 U+320C0 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+320C0.

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!