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