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

What is Unicode character 𩇃?

The Unicode character 𩇃 U+291C3 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+291C3.

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!