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

What is Unicode character 𲌙?

The Unicode character 𲌙 U+32319 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+32319.

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!