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

What is Unicode character 𦭑?

The Unicode character 𦭑 U+26B51 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+26B51.

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!