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

What is Unicode character 𦹞?

The Unicode character 𦹞 U+26E5E 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+26E5E.

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!