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

What is Unicode character 𨈼?

The Unicode character 𨈼 U+2823C 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+2823C.

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!