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

What is Unicode character 𤎹?

The Unicode character 𤎹 U+243B9 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+243B9.

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!