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

What is Unicode character 𨌍?

The Unicode character 𨌍 U+2830D 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+2830D.

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!