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

What is Unicode character 𤘕?

The Unicode character 𤘕 U+24615 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+24615.

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!