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

What is Unicode character 𣑓?

The Unicode character 𣑓 U+23453 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+23453.

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!