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

What is Unicode character 𢹜?

The Unicode character 𢹜 U+22E5C 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+22E5C.

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!