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

What is Unicode character 𦍡?

The Unicode character 𦍡 U+26361 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+26361.

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!