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

What is Unicode character 𦌓?

The Unicode character 𦌓 U+26313 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+26313.

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!