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

What is Unicode character 𦁓?

The Unicode character 𦁓 U+26053 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+26053.

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!