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

What is Unicode character 𢷵?

The Unicode character 𢷵 U+22DF5 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+22DF5.

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!