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

What is Unicode character 𢵐?

The Unicode character 𢵐 U+22D50 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+22D50.

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!