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

What is Unicode character 𦬘?

The Unicode character 𦬘 U+26B18 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+26B18.

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!