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

What is Unicode character 𢭍?

The Unicode character 𢭍 U+22B4D 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+22B4D.

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!