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

What is Unicode character 𲌨?

The Unicode character 𲌨 U+32328 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+32328.

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!