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

What is Unicode character 𢷣?

The Unicode character 𢷣 U+22DE3 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+22DE3.

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!