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