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

What is Unicode character 𢌵?

The Unicode character 𢌵 U+22335 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+22335.

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!