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

What is Unicode character 𢹾?

The Unicode character 𢹾 U+22E7E 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+22E7E.

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!