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