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

What is Unicode character 𦹨?

The Unicode character 𦹨 U+26E68 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+26E68.

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!