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

What is Unicode character 𦝑?

The Unicode character 𦝑 U+26751 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+26751.

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!