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

What is Unicode character 𲇦?

The Unicode character 𲇦 U+321E6 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+321E6.

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!