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

What is Unicode character 𦭓?

The Unicode character 𦭓 U+26B53 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+26B53.

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!