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

What is Unicode character 𦺛?

The Unicode character 𦺛 U+26E9B 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+26E9B.

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!