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

What is Unicode character 𦕐?

The Unicode character 𦕐 U+26550 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+26550.

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!