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

What is Unicode character 𦭕?

The Unicode character 𦭕 U+26B55 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+26B55.

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!