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

What is Unicode character 𨑗?

The Unicode character 𨑗 U+28457 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+28457.

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!