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

What is Unicode character 𢵟?

The Unicode character 𢵟 U+22D5F 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+22D5F.

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!