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

What is Unicode character 𣍍?

The Unicode character 𣍍 U+2334D 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+2334D.

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!