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

What is Unicode character 𡬑?

The Unicode character 𡬑 U+21B11 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+21B11.

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!