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

What is Unicode character 𧑓?

The Unicode character 𧑓 U+27453 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+27453.

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!