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

What is Unicode character 𦵣?

The Unicode character 𦵣 U+26D63 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+26D63.

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!