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

What is Unicode character 𲆖?

The Unicode character 𲆖 U+32196 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+32196.

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!