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

What is Unicode character 𢶾?

The Unicode character 𢶾 U+22DBE 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+22DBE.

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!