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

What is Unicode character 𢾚?

The Unicode character 𢾚 U+22F9A 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+22F9A.

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!