C:
char c = '\u71D9';
printf("%c\n", c); // Output: 燙
JavaScript:
const char = '\u71D9';
console.log(char); // Output: 燙
Java:
char c = '\u71D9';
System.out.println(c); // Output: 燙
JSON:
{"text": "\u71D9"} // Value: 燙
Python:
char = '\u71D9'
print(char) # Output: 燙
Perl:
my $char = "\x{71D9}";
print $char; # Output: 燙
PHP:
$char = "\x{71D9}";
echo $char; // Output: 燙
Ruby:
char = "\u{71D9}"
puts char # Output: 燙
Rust:
let c = '\u{71D9}';
println!("{}", c); // Output: 燙
Go:
char := '\u71D9'
fmt.Printf("%c\n", char) // Output: 燙
CSS:
/* CSS content property */
.element::before {
content: "\0071D9"; /* 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%87%99
MD5:
7d6ee75d4475f3803cc594e3208a8457
SHA1:
e7e5f6277c55d402d1d4b6e9163abfb739e76409
Base64:
54eZ