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

What is Unicode character 𢍏?

The Unicode character 𢍏 U+2234F 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+2234F.

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!