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

What is Unicode character 𫦡?

The Unicode character 𫦡 U+2B9A1 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2B9A1.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!