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

What is Unicode character 𫐹?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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