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

What is Unicode character 𢳺?

The Unicode character 𢳺 U+22CFA 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+22CFA.

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!