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

What is Unicode character 𨌎?

The Unicode character 𨌎 U+2830E 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+2830E.

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!