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

What is Unicode character 𦝕?

The Unicode character 𦝕 U+26755 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+26755.

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!