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

What is Unicode character 𦺫?

The Unicode character 𦺫 U+26EAB 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+26EAB.

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!