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

What is Unicode character 𦺑?

The Unicode character 𦺑 U+26E91 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+26E91.

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!