C:
char c = '\u6CFC';
printf("%c\n", c); // Output: 泼
JavaScript:
const char = '\u6CFC';
console.log(char); // Output: 泼
Java:
char c = '\u6CFC';
System.out.println(c); // Output: 泼
JSON:
{"text": "\u6CFC"} // Value: 泼
Python:
char = '\u6CFC'
print(char) # Output: 泼
Perl:
my $char = "\x{6CFC}";
print $char; # Output: 泼
PHP:
$char = "\x{6CFC}";
echo $char; // Output: 泼
Ruby:
char = "\u{6CFC}"
puts char # Output: 泼
Rust:
let c = '\u{6CFC}';
println!("{}", c); // Output: 泼
Go:
char := '\u6CFC'
fmt.Printf("%c\n", char) // Output: 泼
CSS:
/* CSS content property */
.element::before {
content: "\006CFC"; /* 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%BC
MD5:
b41d6f035afc76c3900a71a0f3e003e7
SHA1:
785bad23ad6adc9bec9121e2131fd40bcfc91487
Base64:
5rO8