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

What is Unicode character 𢰮?

The Unicode character 𢰮 U+22C2E 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+22C2E.

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!