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

What is Unicode character 𦎊?

The Unicode character 𦎊 U+2638A 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+2638A.

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!