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

What is Unicode character 𦔐?

The Unicode character 𦔐 U+26510 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+26510.

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!