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

What is Unicode character 𭐦?

The Unicode character 𭐦 U+2D426 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D426.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!