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

What is Unicode character 𡀖?

The Unicode character 𡀖 U+21016 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+21016.

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!