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

What is Unicode character 𢹖?

The Unicode character 𢹖 U+22E56 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+22E56.

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!