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

What is Unicode character 𭐬?

The Unicode character 𭐬 U+2D42C 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+2D42C.

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!