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

What is Unicode character 𦼑?

The Unicode character 𦼑 U+26F11 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+26F11.

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!