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

What is Unicode character 𦹸?

The Unicode character 𦹸 U+26E78 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+26E78.

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!