C:
char c = '\u5637';
printf("%c\n", c); // Output: 嘷
JavaScript:
const char = '\u5637';
console.log(char); // Output: 嘷
Java:
char c = '\u5637';
System.out.println(c); // Output: 嘷
JSON:
{"text": "\u5637"} // Value: 嘷
Python:
char = '\u5637'
print(char) # Output: 嘷
Perl:
my $char = "\x{5637}";
print $char; # Output: 嘷
PHP:
$char = "\x{5637}";
echo $char; // Output: 嘷
Ruby:
char = "\u{5637}"
puts char # Output: 嘷
Rust:
let c = '\u{5637}';
println!("{}", c); // Output: 嘷
Go:
char := '\u5637'
fmt.Printf("%c\n", char) // Output: 嘷
CSS:
/* CSS content property */
.element::before {
content: "\005637"; /* Display: 嘷 */
}
HTML Decimal:
<p>HTML decimal: 嘷</p> <!-- Display: 嘷 -->
HTML Hexadecimal:
<p>HTML hex: 嘷</p> <!-- Display: 嘷 -->
URL Encoding:
// 嘷 URL encoding
https://unicodefinder.com/search.php?query=%E5%98%B7
MD5:
66364c598520e03b1bd3b658caa3b1df
SHA1:
50cd92f4fb56abfcc7bfa7de5620cb9475ede825
Base64:
5Zi3