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

What is Unicode character 𦱕?

The Unicode character 𦱕 U+26C55 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+26C55.

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!