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

What is Unicode character 𢵤?

The Unicode character 𢵤 U+22D64 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+22D64.

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!