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

What is Unicode character 𦵨?

The Unicode character 𦵨 U+26D68 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+26D68.

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!