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

What is Unicode character 𢉡?

The Unicode character 𢉡 U+22261 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+22261.

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!