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