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

What is Unicode character 𢔵?

The Unicode character 𢔵 U+22535 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+22535.

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!