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

What is Unicode character 𢷍?

The Unicode character 𢷍 U+22DCD 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+22DCD.

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!