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

What is Unicode character 𢡒?

The Unicode character 𢡒 U+22852 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+22852.

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!