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

What is Unicode character 𢺏?

The Unicode character 𢺏 U+22E8F 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+22E8F.

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!