C:
char c = '\u5937';
printf("%c\n", c); // Output: 夷
JavaScript:
const char = '\u5937';
console.log(char); // Output: 夷
Java:
char c = '\u5937';
System.out.println(c); // Output: 夷
JSON:
{"text": "\u5937"} // Value: 夷
Python:
char = '\u5937'
print(char) # Output: 夷
Perl:
my $char = "\x{5937}";
print $char; # Output: 夷
PHP:
$char = "\x{5937}";
echo $char; // Output: 夷
Ruby:
char = "\u{5937}"
puts char # Output: 夷
Rust:
let c = '\u{5937}';
println!("{}", c); // Output: 夷
Go:
char := '\u5937'
fmt.Printf("%c\n", char) // Output: 夷
CSS:
/* CSS content property */
.element::before {
content: "\005937"; /* 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%A4%B7
MD5:
d181e99861b4bb26c810d990cd71993e
SHA1:
b563885f6e2f594a790134c77a59df817f45fb2d
Base64:
5aS3