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

What is Unicode character 𢍐?

The Unicode character 𢍐 U+22350 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+22350.

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!