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

What is Unicode character 𲀕?

The Unicode character 𲀕 U+32015 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+32015.

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!