Unicode Finder

"啴" U+5574(CJK UNIFIED IDEOGRAPH-5574)

U+5574
Nom du Bloc
CJK Unified Ideographs
Nom
CJK UNIFIED IDEOGRAPH-5574

Programming

C
\u5574
JavaScript
\u5574
Java
\u5574
Json
\u5574
Python
\u5574
Perl
\x{5574}
PHP
\x{5574}
Ruby
\u{5574}
Rust
\u{5574}
Go
\u5574

Web

CSS
\005574
HtmlDecimal
啴
HtmlHexadecimal
啴
Url
%E5%95%B4

Code

MD5
66c1b5bd715419282381c6b07be7a957
Sha1
2bda416bc04eaeff4bf6ddc869ab581a02018c74
Base64
5ZW0

Exemples d'Utilisation

Programming Languages

C:

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

JavaScript:

const char = '\u5574';
console.log(char);  // Output: 啴

Java:

char c = '\u5574';
System.out.println(c);  // Output: 啴

JSON:

{"text": "\u5574"}  // Value: 啴

Python:

char = '\u5574'
print(char)  # Output: 啴

Perl:

my $char = "\x{5574}";
print $char;  # Output: 啴

PHP:

$char = "\x{5574}";
echo $char;  // Output: 啴

Ruby:

char = "\u{5574}"
puts char  # Output: 啴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005574";  /* Display: 啴 */
}

HTML Decimal:

<p>HTML decimal: &#21876;</p>  <!-- Display: 啴 -->

HTML Hexadecimal:

<p>HTML hex: &#x5574;</p>  <!-- Display: 啴 -->

URL Encoding:

// 啴 URL encoding
https://unicodefinder.com/search.php?query=%E5%95%B4

Encodings

MD5:

66c1b5bd715419282381c6b07be7a957

SHA1:

2bda416bc04eaeff4bf6ddc869ab581a02018c74

Base64:

5ZW0