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

What is Unicode character 𢭑?

The Unicode character 𢭑 U+22B51 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+22B51.

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!