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

What is Unicode character 𢵞?

The Unicode character 𢵞 U+22D5E 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+22D5E.

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!