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

What is Unicode character 𭆅?

The Unicode character 𭆅 U+2D185 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension F 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+2D185.

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 10.0, and it belongs to the CJK Unified Ideographs Extension F block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 10.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension F
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!