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

What is Unicode character 𢄦?

The Unicode character 𢄦 U+22126 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+22126.

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!