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

What is Unicode character 𤎢?

The Unicode character 𤎢 U+243A2 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+243A2.

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!