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

What is Unicode character 𲃐?

The Unicode character 𲃐 U+320D0 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+320D0.

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!