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

What is Unicode character 𣍌?

The Unicode character 𣍌 U+2334C 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+2334C.

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!