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

What is Unicode character 𦈑?

The Unicode character 𦈑 U+26211 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+26211.

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!