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

What is Unicode character 𲀖?

The Unicode character 𲀖 U+32016 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+32016.

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!