Unicode Finder

"喐" U+5590(CJK UNIFIED IDEOGRAPH-5590)

U+5590
Название Блока
CJK Unified Ideographs
Название
CJK UNIFIED IDEOGRAPH-5590

Programming

C
\u5590
JavaScript
\u5590
Java
\u5590
Json
\u5590
Python
\u5590
Perl
\x{5590}
PHP
\x{5590}
Ruby
\u{5590}
Rust
\u{5590}
Go
\u5590

Web

CSS
\005590
HtmlDecimal
喐
HtmlHexadecimal
喐
Url
%E5%96%90

Code

MD5
c018f2f6d19b0497ed63b3a7219ef1da
Sha1
a5347290d944361b293532afe9a3f72c128e5229
Base64
5ZaQ

Примеры Использования

Programming Languages

C:

char c = '\u5590';
printf("%c\n", c);  // Output: 喐

JavaScript:

const char = '\u5590';
console.log(char);  // Output: 喐

Java:

char c = '\u5590';
System.out.println(c);  // Output: 喐

JSON:

{"text": "\u5590"}  // Value: 喐

Python:

char = '\u5590'
print(char)  # Output: 喐

Perl:

my $char = "\x{5590}";
print $char;  # Output: 喐

PHP:

$char = "\x{5590}";
echo $char;  // Output: 喐

Ruby:

char = "\u{5590}"
puts char  # Output: 喐

Rust:

let c = '\u{5590}';
println!("{}", c);  // Output: 喐

Go:

char := '\u5590'
fmt.Printf("%c\n", char)  // Output: 喐

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005590";  /* Display: 喐 */
}

HTML Decimal:

<p>HTML decimal: &#21904;</p>  <!-- Display: 喐 -->

HTML Hexadecimal:

<p>HTML hex: &#x5590;</p>  <!-- Display: 喐 -->

URL Encoding:

// 喐 URL encoding
https://unicodefinder.com/search.php?query=%E5%96%90

Encodings

MD5:

c018f2f6d19b0497ed63b3a7219ef1da

SHA1:

a5347290d944361b293532afe9a3f72c128e5229

Base64:

5ZaQ