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

What is Unicode character 𲀍?

The Unicode character 𲀍 U+3200D 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+3200D.

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!