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

What is Unicode character 𢷕?

The Unicode character 𢷕 U+22DD5 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+22DD5.

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!