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

What is Unicode character 𦅣?

The Unicode character 𦅣 U+26163 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+26163.

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!