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

What is Unicode character 𲇲?

The Unicode character 𲇲 U+321F2 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+321F2.

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!