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

What is Unicode character 𢡓?

The Unicode character 𢡓 U+22853 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+22853.

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!