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

What is Unicode character 𦌙?

The Unicode character 𦌙 U+26319 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+26319.

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!