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

What is Unicode character 𲂦?

The Unicode character 𲂦 U+320A6 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+320A6.

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!