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

What is Unicode character 𦺙?

The Unicode character 𦺙 U+26E99 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+26E99.

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!