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>&#144492;</p>
📋
CSS .selector { content: '\2346C' };
📋
JS var unicodeA = '\u2346C ';
📋
CPP char unicodeA = ' \u2346C ';
📋
Java char unicodeA = '\u2346C';
📋
Python unicodeA = '\u2346C'
📋

What is Unicode character 𣑬?

The Unicode character 𣑬 U+2346C 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+2346C.

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!