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

What is Unicode character 𢵍?

The Unicode character 𢵍 U+22D4D 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+22D4D.

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!