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