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

What is Unicode character 𢵅?

The Unicode character 𢵅 U+22D45 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+22D45.

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!