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

What is Unicode character 𦰙?

The Unicode character 𦰙 U+26C19 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+26C19.

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!