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

What is Unicode character 𦧭?

The Unicode character 𦧭 U+269ED 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+269ED.

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!