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>&#149663;</p>
📋
CSS .selector { content: '\2489F' };
📋
JS var unicodeA = '\u2489F ';
📋
CPP char unicodeA = ' \u2489F ';
📋
Java char unicodeA = '\u2489F';
📋
Python unicodeA = '\u2489F'
📋

What is Unicode character 𤢟?

The Unicode character 𤢟 U+2489F 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+2489F.

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!