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

What is Unicode character 𤎬?

The Unicode character 𤎬 U+243AC 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+243AC.

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!