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

What is Unicode character 𣔎?

The Unicode character 𣔎 U+2350E 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+2350E.

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!