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

What is Unicode character 𦑙?

The Unicode character 𦑙 U+26459 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+26459.

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!