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

What is Unicode character 𢷏?

The Unicode character 𢷏 U+22DCF 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+22DCF.

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!