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

What is Unicode character 𲇵?

The Unicode character 𲇵 U+321F5 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+321F5.

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!