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

What is Unicode character 𢟳?

The Unicode character 𢟳 U+227F3 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+227F3.

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!