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

What is Unicode character 𢍓?

The Unicode character 𢍓 U+22353 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+22353.

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!