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

What is Unicode character 𤍹?

The Unicode character 𤍹 U+24379 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+24379.

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!