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

What is Unicode character 𤡦?

The Unicode character 𤡦 U+24866 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+24866.

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!