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

What is Unicode character 𦭨?

The Unicode character 𦭨 U+26B68 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+26B68.

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!