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