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

What is Unicode character 𨄵?

The Unicode character 𨄵 U+28135 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+28135.

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!