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

What is Unicode character 𲍷?

The Unicode character 𲍷 U+32377 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+32377.

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!