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

What is Unicode character 𤍵?

The Unicode character 𤍵 U+24375 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+24375.

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!