C:
char c = '\u51B7';
printf("%c\n", c); // Output: 冷
JavaScript:
const char = '\u51B7';
console.log(char); // Output: 冷
Java:
char c = '\u51B7';
System.out.println(c); // Output: 冷
JSON:
{"text": "\u51B7"} // Value: 冷
Python:
char = '\u51B7'
print(char) # Output: 冷
Perl:
my $char = "\x{51B7}";
print $char; # Output: 冷
PHP:
$char = "\x{51B7}";
echo $char; // Output: 冷
Ruby:
char = "\u{51B7}"
puts char # Output: 冷
Rust:
let c = '\u{51B7}';
println!("{}", c); // Output: 冷
Go:
char := '\u51B7'
fmt.Printf("%c\n", char) // Output: 冷
CSS:
/* CSS content property */
.element::before {
content: "\0051B7"; /* 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=%E5%86%B7
MD5:
74eaee9656d23f18bb33d2b88098a64a
SHA1:
e2fc60d070bd81ecddde0ee6ca06ce4b0d8a9193
Base64:
5Ya3