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

What is Unicode character 𢭗?

The Unicode character 𢭗 U+22B57 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+22B57.

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!