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

What is Unicode character 𭐵?

The Unicode character 𭐵 U+2D435 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+2D435.

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!