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

What is Unicode character 𦺕?

The Unicode character 𦺕 U+26E95 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+26E95.

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!