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

What is Unicode character 𦰓?

The Unicode character 𦰓 U+26C13 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+26C13.

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!