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

What is Unicode character 𢷔?

The Unicode character 𢷔 U+22DD4 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+22DD4.

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!