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

What is Unicode character 𧐹?

The Unicode character 𧐹 U+27439 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+27439.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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