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

What is Unicode character 𦵒?

The Unicode character 𦵒 U+26D52 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+26D52.

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!