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

What is Unicode character 𦈙?

The Unicode character 𦈙 U+26219 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+26219.

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!