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

What is Unicode character 𨄍?

The Unicode character 𨄍 U+2810D 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+2810D.

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!