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

What is Unicode character 𲍙?

The Unicode character 𲍙 U+32359 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+32359.

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!