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

What is Unicode character 𤡣?

The Unicode character 𤡣 U+24863 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+24863.

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!