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

What is Unicode character 𢷫?

The Unicode character 𢷫 U+22DEB 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+22DEB.

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!