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

What is Unicode character 𤢖?

The Unicode character 𤢖 U+24896 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+24896.

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!