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

What is Unicode character 𤍍?

The Unicode character 𤍍 U+2434D 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+2434D.

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!