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

What is Unicode character 𢾊?

The Unicode character 𢾊 U+22F8A 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+22F8A.

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!