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

What is Unicode character 𢉑?

The Unicode character 𢉑 U+22251 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+22251.

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!