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

What is Unicode character 𢷊?

The Unicode character 𢷊 U+22DCA 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+22DCA.

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!