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

What is Unicode character 𨄹?

The Unicode character 𨄹 U+28139 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+28139.

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!