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

What is Unicode character 𦔙?

The Unicode character 𦔙 U+26519 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+26519.

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!