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

What is Unicode character 𦍀?

The Unicode character 𦍀 U+26340 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+26340.

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!