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

What is Unicode character 𢉐?

The Unicode character 𢉐 U+22250 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+22250.

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!