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

What is Unicode character 𢵎?

The Unicode character 𢵎 U+22D4E 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+22D4E.

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!