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

What is Unicode character 𲍰?

The Unicode character 𲍰 U+32370 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+32370.

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!