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

What is Unicode character 𲀺?

The Unicode character 𲀺 U+3203A 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+3203A.

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!