C:
char c = '\u7957';
printf("%c\n", c); // Output: 祗
JavaScript:
const char = '\u7957';
console.log(char); // Output: 祗
Java:
char c = '\u7957';
System.out.println(c); // Output: 祗
JSON:
{"text": "\u7957"} // Value: 祗
Python:
char = '\u7957'
print(char) # Output: 祗
Perl:
my $char = "\x{7957}";
print $char; # Output: 祗
PHP:
$char = "\x{7957}";
echo $char; // Output: 祗
Ruby:
char = "\u{7957}"
puts char # Output: 祗
Rust:
let c = '\u{7957}';
println!("{}", c); // Output: 祗
Go:
char := '\u7957'
fmt.Printf("%c\n", char) // Output: 祗
CSS:
/* CSS content property */
.element::before {
content: "\007957"; /* 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=%E7%A5%97
MD5:
246661db694d021335ac9d48d1701ed6
SHA1:
3530c6f92fd1c93e422facb2ad5a4c25bd258dbc
Base64:
56WX