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

What is Unicode character 𲊶?

The Unicode character 𲊶 U+322B6 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+322B6.

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!