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

What is Unicode character 𦝖?

The Unicode character 𦝖 U+26756 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+26756.

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!