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

What is Unicode character 𢾎?

The Unicode character 𢾎 U+22F8E 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+22F8E.

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!