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

What is Unicode character 𦧃?

The Unicode character 𦧃 U+269C3 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+269C3.

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!