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

What is Unicode character 𦹷?

The Unicode character 𦹷 U+26E77 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+26E77.

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!