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

What is Unicode character 𢭊?

The Unicode character 𢭊 U+22B4A 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+22B4A.

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!