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

What is Unicode character 𦹛?

The Unicode character 𦹛 U+26E5B 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+26E5B.

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!