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

What is Unicode character 𲂨?

The Unicode character 𲂨 U+320A8 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+320A8.

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!