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

What is Unicode character 𦅑?

The Unicode character 𦅑 U+26151 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+26151.

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!