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

What is Unicode character 𢾔?

The Unicode character 𢾔 U+22F94 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+22F94.

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!