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

What is Unicode character 𢝗?

The Unicode character 𢝗 U+22757 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+22757.

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!