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

What is Unicode character 𢷟?

The Unicode character 𢷟 U+22DDF 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+22DDF.

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!