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

What is Unicode character 𡊨?

The Unicode character 𡊨 U+212A8 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+212A8.

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!