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

What is Unicode character 𦬙?

The Unicode character 𦬙 U+26B19 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+26B19.

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!