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

What is Unicode character 𢰵?

The Unicode character 𢰵 U+22C35 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+22C35.

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!