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

What is Unicode character 𢶵?

The Unicode character 𢶵 U+22DB5 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+22DB5.

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!