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

What is Unicode character 𲍘?

The Unicode character 𲍘 U+32358 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+32358.

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!