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

What is Unicode character 𦹖?

The Unicode character 𦹖 U+26E56 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+26E56.

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!