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