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

What is Unicode character 𲍺?

The Unicode character 𲍺 U+3237A 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+3237A.

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!