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

What is Unicode character 𢨟?

The Unicode character 𢨟 U+22A1F 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+22A1F.

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!