C:
char c = '\u66FF';
printf("%c\n", c); // Output: 替
JavaScript:
const char = '\u66FF';
console.log(char); // Output: 替
Java:
char c = '\u66FF';
System.out.println(c); // Output: 替
JSON:
{"text": "\u66FF"} // Value: 替
Python:
char = '\u66FF'
print(char) # Output: 替
Perl:
my $char = "\x{66FF}";
print $char; # Output: 替
PHP:
$char = "\x{66FF}";
echo $char; // Output: 替
Ruby:
char = "\u{66FF}"
puts char # Output: 替
Rust:
let c = '\u{66FF}';
println!("{}", c); // Output: 替
Go:
char := '\u66FF'
fmt.Printf("%c\n", char) // Output: 替
CSS:
/* CSS content property */
.element::before {
content: "\0066FF"; /* 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%9B%BF
MD5:
0945faf7bf978db2c3a70ec4758a4332
SHA1:
1f0538cb0ce0affe6e90fb185ea9a78fc529856a
Base64:
5pu/