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

What is Unicode character 𦁕?

The Unicode character 𦁕 U+26055 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+26055.

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!