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

What is Unicode character 𫝨?

The Unicode character 𫝨 U+2B768 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+2B768.

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!