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

What is Unicode character 𲃍?

The Unicode character 𲃍 U+320CD 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+320CD.

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!