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

What is Unicode character 𢩍?

The Unicode character 𢩍 U+22A4D 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+22A4D.

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!