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

What is Unicode character 𲄨?

The Unicode character 𲄨 U+32128 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+32128.

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!