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

What is Unicode character 𫕨?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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