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

What is Unicode character 𨴍?

The Unicode character 𨴍 U+28D0D 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+28D0D.

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!