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

What is Unicode character 𦺍?

The Unicode character 𦺍 U+26E8D 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+26E8D.

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!