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

What is Unicode character 𢷝?

The Unicode character 𢷝 U+22DDD 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+22DDD.

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!