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

What is Unicode character 𡰑?

The Unicode character 𡰑 U+21C11 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+21C11.

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!