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

What is Unicode character 𢉢?

The Unicode character 𢉢 U+22262 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+22262.

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!