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>&#168147;</p>
📋
CSS .selector { content: '\290D3' };
📋
JS var unicodeA = '\u290D3 ';
📋
CPP char unicodeA = ' \u290D3 ';
📋
Java char unicodeA = '\u290D3';
📋
Python unicodeA = '\u290D3'
📋

What is Unicode character 𩃓?

The Unicode character 𩃓 U+290D3 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+290D3.

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!