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

What is Unicode character 𡨑?

The Unicode character 𡨑 U+21A11 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+21A11.

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!