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

What is Unicode character 𢹻?

The Unicode character 𢹻 U+22E7B 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+22E7B.

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!