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

What is Unicode character 𦑓?

The Unicode character 𦑓 U+26453 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+26453.

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!