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

What is Unicode character 𦕨?

The Unicode character 𦕨 U+26568 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+26568.

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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