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

What is Unicode character 𲀏?

The Unicode character 𲀏 U+3200F 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+3200F.

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!