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>&#204922;</p>
📋
CSS .selector { content: '\3207A' };
📋
JS var unicodeA = '\u3207A ';
📋
CPP char unicodeA = ' \u3207A ';
📋
Java char unicodeA = '\u3207A';
📋
Python unicodeA = '\u3207A'
📋

What is Unicode character 𲁺?

The Unicode character 𲁺 U+3207A 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+3207A.

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!