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

What is Unicode character 𲍗?

The Unicode character 𲍗 U+32357 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+32357.

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!