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

What is Unicode character 𦬈?

The Unicode character 𦬈 U+26B08 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+26B08.

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!