C:
char c = '\u8C7F';
printf("%c\n", c); // Output: 豿
JavaScript:
const char = '\u8C7F';
console.log(char); // Output: 豿
Java:
char c = '\u8C7F';
System.out.println(c); // Output: 豿
JSON:
{"text": "\u8C7F"} // Value: 豿
Python:
char = '\u8C7F'
print(char) # Output: 豿
Perl:
my $char = "\x{8C7F}";
print $char; # Output: 豿
PHP:
$char = "\x{8C7F}";
echo $char; // Output: 豿
Ruby:
char = "\u{8C7F}"
puts char # Output: 豿
Rust:
let c = '\u{8C7F}';
println!("{}", c); // Output: 豿
Go:
char := '\u8C7F'
fmt.Printf("%c\n", char) // Output: 豿
CSS:
/* CSS content property */
.element::before {
content: "\008C7F"; /* 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=%E8%B1%BF
MD5:
7eaa31e4ef9d27d2820cfb2c18d07b99
SHA1:
fd6dfb8116bf4a9f0ae4031235d492ee64b1c8e6
Base64:
6LG/