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

What is Unicode character 𦝘?

The Unicode character 𦝘 U+26758 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+26758.

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!