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

What is Unicode character 𣍏?

The Unicode character 𣍏 U+2334F 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+2334F.

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!