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

What is Unicode character 𲀾?

The Unicode character 𲀾 U+3203E 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+3203E.

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!