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

What is Unicode character 𦺗?

The Unicode character 𦺗 U+26E97 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+26E97.

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!