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

What is Unicode character 𨌏?

The Unicode character 𨌏 U+2830F 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+2830F.

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!