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

What is Unicode character 𢕑?

The Unicode character 𢕑 U+22551 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+22551.

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!