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

What is Unicode character 𢷃?

The Unicode character 𢷃 U+22DC3 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+22DC3.

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!