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

What is Unicode character 𢍌?

The Unicode character 𢍌 U+2234C 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+2234C.

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!