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

What is Unicode character 𲃅?

The Unicode character 𲃅 U+320C5 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+320C5.

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!