C:
char c = '\u5636';
printf("%c\n", c); // Output: 嘶
JavaScript:
const char = '\u5636';
console.log(char); // Output: 嘶
Java:
char c = '\u5636';
System.out.println(c); // Output: 嘶
JSON:
{"text": "\u5636"} // Value: 嘶
Python:
char = '\u5636'
print(char) # Output: 嘶
Perl:
my $char = "\x{5636}";
print $char; # Output: 嘶
PHP:
$char = "\x{5636}";
echo $char; // Output: 嘶
Ruby:
char = "\u{5636}"
puts char # Output: 嘶
Rust:
let c = '\u{5636}';
println!("{}", c); // Output: 嘶
Go:
char := '\u5636'
fmt.Printf("%c\n", char) // Output: 嘶
CSS:
/* CSS content property */
.element::before {
content: "\005636"; /* 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%B6
MD5:
d99c13f139781a650a4b1ca69a7903af
SHA1:
7875815cc1c15d788c5e7bc378a33922e308ca46
Base64:
5Zi2