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

What is Unicode character 𢵑?

The Unicode character 𢵑 U+22D51 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+22D51.

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!