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

What is Unicode character 𦙣?

The Unicode character 𦙣 U+26663 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+26663.

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!