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

What is Unicode character 𡏨?

The Unicode character 𡏨 U+213E8 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+213E8.

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!