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>&#136104;</p>
📋
CSS .selector { content: '\213A8' };
📋
JS var unicodeA = '\u213A8 ';
📋
CPP char unicodeA = ' \u213A8 ';
📋
Java char unicodeA = '\u213A8';
📋
Python unicodeA = '\u213A8'
📋

What is Unicode character 𡎨?

The Unicode character 𡎨 U+213A8 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+213A8.

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!