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

What is Unicode character 𦹾?

The Unicode character 𦹾 U+26E7E 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+26E7E.

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!