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

What is Unicode character 𦌀?

The Unicode character 𦌀 U+26300 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+26300.

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!