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

What is Unicode character 𦼙?

The Unicode character 𦼙 U+26F19 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+26F19.

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!