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

What is Unicode character 𤢃?

The Unicode character 𤢃 U+24883 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+24883.

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!