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