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

What is Unicode character 𦘣?

The Unicode character 𦘣 U+26623 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+26623.

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!