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

What is Unicode character 𦺺?

The Unicode character 𦺺 U+26EBA 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+26EBA.

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!