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

What is Unicode character 𢵡?

The Unicode character 𢵡 U+22D61 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+22D61.

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!