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

What is Unicode character 𲇹?

The Unicode character 𲇹 U+321F9 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+321F9.

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!