C:
char c = '\u8114';
printf("%c\n", c); // Output: 脔
JavaScript:
const char = '\u8114';
console.log(char); // Output: 脔
Java:
char c = '\u8114';
System.out.println(c); // Output: 脔
JSON:
{"text": "\u8114"} // Value: 脔
Python:
char = '\u8114'
print(char) # Output: 脔
Perl:
my $char = "\x{8114}";
print $char; # Output: 脔
PHP:
$char = "\x{8114}";
echo $char; // Output: 脔
Ruby:
char = "\u{8114}"
puts char # Output: 脔
Rust:
let c = '\u{8114}';
println!("{}", c); // Output: 脔
Go:
char := '\u8114'
fmt.Printf("%c\n", char) // Output: 脔
CSS:
/* CSS content property */
.element::before {
content: "\008114"; /* 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%94
MD5:
4f2ad6d926226032cf54477b83d0a6bc
SHA1:
10852738d1c8ec14c83720dceae18a4d793643cd
Base64:
6ISU