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

What is Unicode character 𨄎?

The Unicode character 𨄎 U+2810E 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+2810E.

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!