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

What is Unicode character 𢭎?

The Unicode character 𢭎 U+22B4E 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+22B4E.

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!