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

What is Unicode character 𢍒?

The Unicode character 𢍒 U+22352 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+22352.

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!