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

What is Unicode character 𲍓?

The Unicode character 𲍓 U+32353 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+32353.

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!