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

What is Unicode character 𦮍?

The Unicode character 𦮍 U+26B8D 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+26B8D.

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!