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

What is Unicode character 𢩑?

The Unicode character 𢩑 U+22A51 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+22A51.

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!