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

What is Unicode character 𢰟?

The Unicode character 𢰟 U+22C1F 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+22C1F.

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!