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

What is Unicode character 𦑗?

The Unicode character 𦑗 U+26457 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+26457.

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!