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

What is Unicode character 𢳡?

The Unicode character 𢳡 U+22CE1 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+22CE1.

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!