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

What is Unicode character 𲃌?

The Unicode character 𲃌 U+320CC 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+320CC.

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!