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

What is Unicode character 𢵈?

The Unicode character 𢵈 U+22D48 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+22D48.

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!