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

What is Unicode character 𲇢?

The Unicode character 𲇢 U+321E2 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+321E2.

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!