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

What is Unicode character 𲀟?

The Unicode character 𲀟 U+3201F 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+3201F.

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!