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

What is Unicode character 𫝐?

The Unicode character 𫝐 U+2B750 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+2B750.

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!