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

What is Unicode character 𲃎?

The Unicode character 𲃎 U+320CE 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+320CE.

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!