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

What is Unicode character 𤎨?

The Unicode character 𤎨 U+243A8 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+243A8.

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!