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

What is Unicode character 𡼑?

The Unicode character 𡼑 U+21F11 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+21F11.

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!