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

What is Unicode character 𦰈?

The Unicode character 𦰈 U+26C08 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+26C08.

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!