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

What is Unicode character 𢨵?

The Unicode character 𢨵 U+22A35 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+22A35.

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!