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

What is Unicode character 𦕕?

The Unicode character 𦕕 U+26555 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+26555.

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!