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

What is Unicode character 𦺾?

The Unicode character 𦺾 U+26EBE 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+26EBE.

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!