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

What is Unicode character 𲉖?

The Unicode character 𲉖 U+32256 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+32256.

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!