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

What is Unicode character 𢷓?

The Unicode character 𢷓 U+22DD3 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+22DD3.

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!