C:
char c = '\u8138';
printf("%c\n", c); // Output: 脸
JavaScript:
const char = '\u8138';
console.log(char); // Output: 脸
Java:
char c = '\u8138';
System.out.println(c); // Output: 脸
JSON:
{"text": "\u8138"} // Value: 脸
Python:
char = '\u8138'
print(char) # Output: 脸
Perl:
my $char = "\x{8138}";
print $char; # Output: 脸
PHP:
$char = "\x{8138}";
echo $char; // Output: 脸
Ruby:
char = "\u{8138}"
puts char # Output: 脸
Rust:
let c = '\u{8138}';
println!("{}", c); // Output: 脸
Go:
char := '\u8138'
fmt.Printf("%c\n", char) // Output: 脸
CSS:
/* CSS content property */
.element::before {
content: "\008138"; /* 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%84%B8
MD5:
390eddf63a285ee2400d5a5eba5d2a67
SHA1:
925cf693697f60df170f66ddda8a291cabdba694
Base64:
6IS4