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

What is Unicode character 𢮔?

The Unicode character 𢮔 U+22B94 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+22B94.

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!