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

What is Unicode character 𦨑?

The Unicode character 𦨑 U+26A11 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+26A11.

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!