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

What is Unicode character 𢽎?

The Unicode character 𢽎 U+22F4E 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+22F4E.

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!