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>&#159806;</p>
📋
CSS .selector { content: '\2703E' };
📋
JS var unicodeA = '\u2703E ';
📋
CPP char unicodeA = ' \u2703E ';
📋
Java char unicodeA = '\u2703E';
📋
Python unicodeA = '\u2703E'
📋

What is Unicode character 𧀾?

The Unicode character 𧀾 U+2703E 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+2703E.

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!