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

What is Unicode character 𬐹?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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