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

What is Unicode character 𧯓?

The Unicode character 𧯓 U+27BD3 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+27BD3.

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!