C:
char c = '\u73AF';
printf("%c\n", c); // Output: 环
JavaScript:
const char = '\u73AF';
console.log(char); // Output: 环
Java:
char c = '\u73AF';
System.out.println(c); // Output: 环
JSON:
{"text": "\u73AF"} // Value: 环
Python:
char = '\u73AF'
print(char) # Output: 环
Perl:
my $char = "\x{73AF}";
print $char; # Output: 环
PHP:
$char = "\x{73AF}";
echo $char; // Output: 环
Ruby:
char = "\u{73AF}"
puts char # Output: 环
Rust:
let c = '\u{73AF}';
println!("{}", c); // Output: 环
Go:
char := '\u73AF'
fmt.Printf("%c\n", char) // Output: 环
CSS:
/* CSS content property */
.element::before {
content: "\0073AF"; /* 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%8E%AF
MD5:
80c4c0d35e9e2e87cb763a8c69359671
SHA1:
a8c4450cc192bbb656de180701be7f61de3f36a9
Base64:
546v