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

What is Unicode character 𦵕?

The Unicode character 𦵕 U+26D55 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+26D55.

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!