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

What is Unicode character 𤢝?

The Unicode character 𤢝 U+2489D 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+2489D.

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!