C:
char c = '\u797F';
printf("%c\n", c); // Output: 祿
JavaScript:
const char = '\u797F';
console.log(char); // Output: 祿
Java:
char c = '\u797F';
System.out.println(c); // Output: 祿
JSON:
{"text": "\u797F"} // Value: 祿
Python:
char = '\u797F'
print(char) # Output: 祿
Perl:
my $char = "\x{797F}";
print $char; # Output: 祿
PHP:
$char = "\x{797F}";
echo $char; // Output: 祿
Ruby:
char = "\u{797F}"
puts char # Output: 祿
Rust:
let c = '\u{797F}';
println!("{}", c); // Output: 祿
Go:
char := '\u797F'
fmt.Printf("%c\n", char) // Output: 祿
CSS:
/* CSS content property */
.element::before {
content: "\00797F"; /* 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%BF
MD5:
d0568fffcfec6e15761f83d236b680c2
SHA1:
638534b1ebd9772194cf76e779400e632645fea5
Base64:
56W/