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

What is Unicode character 𦬗?

The Unicode character 𦬗 U+26B17 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+26B17.

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!