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

What is Unicode character 𲊵?

The Unicode character 𲊵 U+322B5 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+322B5.

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!