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

What is Unicode character 𢸟?

The Unicode character 𢸟 U+22E1F 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+22E1F.

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!