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

What is Unicode character 𡐦?

The Unicode character 𡐦 U+21426 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+21426.

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!