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

What is Unicode character 𣔏?

The Unicode character 𣔏 U+2350F 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+2350F.

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!