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

What is Unicode character 𢄵?

The Unicode character 𢄵 U+22135 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+22135.

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!