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

What is Unicode character 𢸰?

The Unicode character 𢸰 U+22E30 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+22E30.

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!