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

What is Unicode character 𭐹?

The Unicode character 𭐹 U+2D439 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+2D439.

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!