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

What is Unicode character 𦔘?

The Unicode character 𦔘 U+26518 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+26518.

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!