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

What is Unicode character 𦵳?

The Unicode character 𦵳 U+26D73 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+26D73.

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!