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

What is Unicode character 𣑕?

The Unicode character 𣑕 U+23455 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+23455.

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!