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

What is Unicode character 𡀕?

The Unicode character 𡀕 U+21015 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+21015.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!