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

What is Unicode character 𦬸?

The Unicode character 𦬸 U+26B38 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+26B38.

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!