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

What is Unicode character 𲍢?

The Unicode character 𲍢 U+32362 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+32362.

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!