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

What is Unicode character 𲊨?

The Unicode character 𲊨 U+322A8 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+322A8.

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!