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

What is Unicode character 𢟕?

The Unicode character 𢟕 U+227D5 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+227D5.

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!