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

What is Unicode character 𲀗?

The Unicode character 𲀗 U+32017 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+32017.

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!