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

What is Unicode character 𤚖?

The Unicode character 𤚖 U+24696 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+24696.

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!