C:
char c = '\u6CEA';
printf("%c\n", c); // Output: 泪
JavaScript:
const char = '\u6CEA';
console.log(char); // Output: 泪
Java:
char c = '\u6CEA';
System.out.println(c); // Output: 泪
JSON:
{"text": "\u6CEA"} // Value: 泪
Python:
char = '\u6CEA'
print(char) # Output: 泪
Perl:
my $char = "\x{6CEA}";
print $char; # Output: 泪
PHP:
$char = "\x{6CEA}";
echo $char; // Output: 泪
Ruby:
char = "\u{6CEA}"
puts char # Output: 泪
Rust:
let c = '\u{6CEA}';
println!("{}", c); // Output: 泪
Go:
char := '\u6CEA'
fmt.Printf("%c\n", char) // Output: 泪
CSS:
/* CSS content property */
.element::before {
content: "\006CEA"; /* 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=%E6%B3%AA
MD5:
47814fa63f207f980d30af69cd2f87a0
SHA1:
4bc1e68b9291153e9c819eab14081d0d06cf85bb
Base64:
5rOq