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

What is Unicode character 𨐼?

The Unicode character 𨐼 U+2843C 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+2843C.

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!