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

What is Unicode character 𢴵?

The Unicode character 𢴵 U+22D35 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+22D35.

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!