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

What is Unicode character 𦝵?

The Unicode character 𦝵 U+26775 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+26775.

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!