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

What is Unicode character 𲃊?

The Unicode character 𲃊 U+320CA 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+320CA.

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!