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

What is Unicode character 𢹐?

The Unicode character 𢹐 U+22E50 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+22E50.

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!