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

What is Unicode character 𦴍?

The Unicode character 𦴍 U+26D0D 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+26D0D.

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!