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

What is Unicode character 𢹟?

The Unicode character 𢹟 U+22E5F 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+22E5F.

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!