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

What is Unicode character 𦝔?

The Unicode character 𦝔 U+26754 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+26754.

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!