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

What is Unicode character 𫝑?

The Unicode character 𫝑 U+2B751 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension D 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+2B751.

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 6.0, and it belongs to the CJK Unified Ideographs Extension D block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 6.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension D
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!