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

What is Unicode character 𢄶?

The Unicode character 𢄶 U+22136 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+22136.

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!