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

What is Unicode character 𨌼?

The Unicode character 𨌼 U+2833C 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+2833C.

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!