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

What is Unicode character 𢷺?

The Unicode character 𢷺 U+22DFA 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+22DFA.

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!