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

What is Unicode character 𢷼?

The Unicode character 𢷼 U+22DFC 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+22DFC.

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!