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

What is Unicode character 𦀓?

The Unicode character 𦀓 U+26013 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+26013.

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!