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

What is Unicode character 𦌐?

The Unicode character 𦌐 U+26310 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+26310.

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!