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

What is Unicode character 𦁒?

The Unicode character 𦁒 U+26052 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+26052.

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!