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

What is Unicode character 𨄶?

The Unicode character 𨄶 U+28136 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+28136.

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!