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>&#204993;</p>
📋
CSS .selector { content: '\320C1' };
📋
JS var unicodeA = '\u320C1 ';
📋
CPP char unicodeA = ' \u320C1 ';
📋
Java char unicodeA = '\u320C1';
📋
Python unicodeA = '\u320C1'
📋

What is Unicode character 𲃁?

The Unicode character 𲃁 U+320C1 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+320C1.

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!