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

What is Unicode character 𢍗?

The Unicode character 𢍗 U+22357 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+22357.

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!