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

What is Unicode character 𲃓?

The Unicode character 𲃓 U+320D3 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+320D3.

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!