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

What is Unicode character 𢵉?

The Unicode character 𢵉 U+22D49 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+22D49.

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!