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

What is Unicode character 𦕑?

The Unicode character 𦕑 U+26551 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+26551.

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!