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

What is Unicode character 𢷅?

The Unicode character 𢷅 U+22DC5 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+22DC5.

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!