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

What is Unicode character 𤍨?

The Unicode character 𤍨 U+24368 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+24368.

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!