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

What is Unicode character 𦉢?

The Unicode character 𦉢 U+26262 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+26262.

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!