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

What is Unicode character 𦺢?

The Unicode character 𦺢 U+26EA2 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+26EA2.

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!