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

What is Unicode character 𦌕?

The Unicode character 𦌕 U+26315 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+26315.

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!