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

What is Unicode character 𨆊?

The Unicode character 𨆊 U+2818A 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+2818A.

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!