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>&#135246;</p>
📋
CSS .selector { content: '\2104E' };
📋
JS var unicodeA = '\u2104E ';
📋
CPP char unicodeA = ' \u2104E ';
📋
Java char unicodeA = '\u2104E';
📋
Python unicodeA = '\u2104E'
📋

What is Unicode character 𡁎?

The Unicode character 𡁎 U+2104E 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+2104E.

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!