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

What is Unicode character 𫝦?

The Unicode character 𫝦 U+2B766 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+2B766.

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!