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

What is Unicode character 𦺡?

The Unicode character 𦺡 U+26EA1 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+26EA1.

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!