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

What is Unicode character 𦺚?

The Unicode character 𦺚 U+26E9A 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+26E9A.

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!