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

What is Unicode character 𢥓?

The Unicode character 𢥓 U+22953 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+22953.

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!