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

What is Unicode character 𦹚?

The Unicode character 𦹚 U+26E5A 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+26E5A.

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!