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

What is Unicode character 𨌊?

The Unicode character 𨌊 U+2830A 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+2830A.

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!