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

What is Unicode character 𢡐?

The Unicode character 𢡐 U+22850 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+22850.

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!