C:
char c = '\u808F';
printf("%c\n", c); // Output: 肏
JavaScript:
const char = '\u808F';
console.log(char); // Output: 肏
Java:
char c = '\u808F';
System.out.println(c); // Output: 肏
JSON:
{"text": "\u808F"} // Value: 肏
Python:
char = '\u808F'
print(char) # Output: 肏
Perl:
my $char = "\x{808F}";
print $char; # Output: 肏
PHP:
$char = "\x{808F}";
echo $char; // Output: 肏
Ruby:
char = "\u{808F}"
puts char # Output: 肏
Rust:
let c = '\u{808F}';
println!("{}", c); // Output: 肏
Go:
char := '\u808F'
fmt.Printf("%c\n", char) // Output: 肏
CSS:
/* CSS content property */
.element::before {
content: "\00808F"; /* 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%82%8F
MD5:
5add9b01377d0208d739ef5f1e6b1352
SHA1:
497e9674a086c1b8c7ee08f4dfc8aeed70faafd5
Base64:
6IKP