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

What is Unicode character 𢱟?

The Unicode character 𢱟 U+22C5F 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+22C5F.

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!