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

What is Unicode character 𦭖?

The Unicode character 𦭖 U+26B56 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+26B56.

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!