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

What is Unicode character 𨌺?

The Unicode character 𨌺 U+2833A 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+2833A.

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!