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

What is Unicode character 𦬹?

The Unicode character 𦬹 U+26B39 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+26B39.

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!