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

What is Unicode character 𣐦?

The Unicode character 𣐦 U+23426 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+23426.

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!