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

What is Unicode character 𦵷?

The Unicode character 𦵷 U+26D77 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+26D77.

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!