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

What is Unicode character 𦹒?

The Unicode character 𦹒 U+26E52 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+26E52.

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!