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