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

What is Unicode character 𢹏?

The Unicode character 𢹏 U+22E4F 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+22E4F.

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!