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