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

What is Unicode character 𡐹?

The Unicode character 𡐹 U+21439 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+21439.

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!