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

What is Unicode character 𦘓?

The Unicode character 𦘓 U+26613 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+26613.

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!