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

What is Unicode character 𨆅?

The Unicode character 𨆅 U+28185 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+28185.

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!