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

What is Unicode character 𦀑?

The Unicode character 𦀑 U+26011 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+26011.

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!