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

What is Unicode character 𤕦?

The Unicode character 𤕦 U+24566 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+24566.

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!