C:
char c = '\u56B7';
printf("%c\n", c); // Output: 嚷
JavaScript:
const char = '\u56B7';
console.log(char); // Output: 嚷
Java:
char c = '\u56B7';
System.out.println(c); // Output: 嚷
JSON:
{"text": "\u56B7"} // Value: 嚷
Python:
char = '\u56B7'
print(char) # Output: 嚷
Perl:
my $char = "\x{56B7}";
print $char; # Output: 嚷
PHP:
$char = "\x{56B7}";
echo $char; // Output: 嚷
Ruby:
char = "\u{56B7}"
puts char # Output: 嚷
Rust:
let c = '\u{56B7}';
println!("{}", c); // Output: 嚷
Go:
char := '\u56B7'
fmt.Printf("%c\n", char) // Output: 嚷
CSS:
/* CSS content property */
.element::before {
content: "\0056B7"; /* 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%9A%B7
MD5:
a0b59771d771ddcc376bd2da2d5b9dcb
SHA1:
0a685fa60f5c5b64b7d506b2dfa7fa491629fb5e
Base64:
5Zq3