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

What is Unicode character 𢑒?

The Unicode character 𢑒 U+22452 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+22452.

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!