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

What is Unicode character 𲀼?

The Unicode character 𲀼 U+3203C 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+3203C.

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!