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

What is Unicode character 𦩕?

The Unicode character 𦩕 U+26A55 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+26A55.

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!