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

What is Unicode character 𦝙?

The Unicode character 𦝙 U+26759 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+26759.

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!