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

What is Unicode character 𤡨?

The Unicode character 𤡨 U+24868 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+24868.

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!