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

What is Unicode character 𢬅?

The Unicode character 𢬅 U+22B05 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+22B05.

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!