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>&#138062;</p>
📋
CSS .selector { content: '\21B4E' };
📋
JS var unicodeA = '\u21B4E ';
📋
CPP char unicodeA = ' \u21B4E ';
📋
Java char unicodeA = '\u21B4E';
📋
Python unicodeA = '\u21B4E'
📋

What is Unicode character 𡭎?

The Unicode character 𡭎 U+21B4E 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+21B4E.

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!