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

What is Unicode character 𨌌?

The Unicode character 𨌌 U+2830C 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+2830C.

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!