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