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

What is Unicode character 𢪵?

The Unicode character 𢪵 U+22AB5 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+22AB5.

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!