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

What is Unicode character 𦕓?

The Unicode character 𦕓 U+26553 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+26553.

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!