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

What is Unicode character 𲌖?

The Unicode character 𲌖 U+32316 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+32316.

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!