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

What is Unicode character 𲆦?

The Unicode character 𲆦 U+321A6 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+321A6.

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!