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

What is Unicode character 𢨮?

The Unicode character 𢨮 U+22A2E 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+22A2E.

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!