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

What is Unicode character 𲀎?

The Unicode character 𲀎 U+3200E 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+3200E.

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!