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

What is Unicode character 𣔍?

The Unicode character 𣔍 U+2350D 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+2350D.

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!