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

What is Unicode character 𧐶?

The Unicode character 𧐶 U+27436 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+27436.

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!