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

What is Unicode character 𦅐?

The Unicode character 𦅐 U+26150 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+26150.

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!