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

What is Unicode character 𦝗?

The Unicode character 𦝗 U+26757 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+26757.

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!