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

What is Unicode character 𫵨?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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