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

What is Unicode character 𤢍?

The Unicode character 𤢍 U+2488D 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+2488D.

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!