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

What is Unicode character 𲂖?

The Unicode character 𲂖 U+32096 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+32096.

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!