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

What is Unicode character 𢘵?

The Unicode character 𢘵 U+22635 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+22635.

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!