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

What is Unicode character 𣐹?

The Unicode character 𣐹 U+23439 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+23439.

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!