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>&#136406;</p>
📋
CSS .selector { content: '\214D6' };
📋
JS var unicodeA = '\u214D6 ';
📋
CPP char unicodeA = ' \u214D6 ';
📋
Java char unicodeA = '\u214D6';
📋
Python unicodeA = '\u214D6'
📋

What is Unicode character 𡓖?

The Unicode character 𡓖 U+214D6 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+214D6.

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!