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

What is Unicode character 𦱨?

The Unicode character 𦱨 U+26C68 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+26C68.

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!