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

What is Unicode character 𦺭?

The Unicode character 𦺭 U+26EAD 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+26EAD.

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!