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

What is Unicode character 𲃃?

The Unicode character 𲃃 U+320C3 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+320C3.

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!