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

What is Unicode character 𫧑?

The Unicode character 𫧑 U+2B9D1 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+2B9D1.

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!