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

What is Unicode character 𤕨?

The Unicode character 𤕨 U+24568 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+24568.

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!