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

What is Unicode character 𢍑?

The Unicode character 𢍑 U+22351 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+22351.

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!