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

What is Unicode character 𢯞?

The Unicode character 𢯞 U+22BDE 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+22BDE.

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!