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

What is Unicode character 𢟓?

The Unicode character 𢟓 U+227D3 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+227D3.

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!