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

What is Unicode character 𧐵?

The Unicode character 𧐵 U+27435 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+27435.

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!