C:
char c = '\u79BF';
printf("%c\n", c); // Output: 禿
JavaScript:
const char = '\u79BF';
console.log(char); // Output: 禿
Java:
char c = '\u79BF';
System.out.println(c); // Output: 禿
JSON:
{"text": "\u79BF"} // Value: 禿
Python:
char = '\u79BF'
print(char) # Output: 禿
Perl:
my $char = "\x{79BF}";
print $char; # Output: 禿
PHP:
$char = "\x{79BF}";
echo $char; // Output: 禿
Ruby:
char = "\u{79BF}"
puts char # Output: 禿
Rust:
let c = '\u{79BF}';
println!("{}", c); // Output: 禿
Go:
char := '\u79BF'
fmt.Printf("%c\n", char) // Output: 禿
CSS:
/* CSS content property */
.element::before {
content: "\0079BF"; /* 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%A6%BF
MD5:
60e7588c19f53493fcd8c00ea488c809
SHA1:
ab402486fc365c421b7b559c35cba85a5caa048e
Base64:
56a/