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

What is Unicode character 𦬑?

The Unicode character 𦬑 U+26B11 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+26B11.

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!