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

What is Unicode character 𲀊?

The Unicode character 𲀊 U+3200A 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+3200A.

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!