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

What is Unicode character 𤍦?

The Unicode character 𤍦 U+24366 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+24366.

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!