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

What is Unicode character 𲍒?

The Unicode character 𲍒 U+32352 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+32352.

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!