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