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>&#205178;</p>
📋
CSS .selector { content: '\3217A' };
📋
JS var unicodeA = '\u3217A ';
📋
CPP char unicodeA = ' \u3217A ';
📋
Java char unicodeA = '\u3217A';
📋
Python unicodeA = '\u3217A'
📋

What is Unicode character 𲅺?

The Unicode character 𲅺 U+3217A 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+3217A.

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!