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

What is Unicode character 𢐦?

The Unicode character 𢐦 U+22426 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+22426.

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!