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

What is Unicode character 𢉓?

The Unicode character 𢉓 U+22253 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+22253.

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!