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

What is Unicode character 𨴑?

The Unicode character 𨴑 U+28D11 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+28D11.

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!