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>&#148390;</p>
📋
CSS .selector { content: '\243A6' };
📋
JS var unicodeA = '\u243A6 ';
📋
CPP char unicodeA = ' \u243A6 ';
📋
Java char unicodeA = '\u243A6';
📋
Python unicodeA = '\u243A6'
📋

What is Unicode character 𤎦?

The Unicode character 𤎦 U+243A6 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+243A6.

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!