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

What is Unicode character 𢪔?

The Unicode character 𢪔 U+22A94 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+22A94.

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!