C:
char c = '\u8104';
printf("%c\n", c); // Output: 脄
JavaScript:
const char = '\u8104';
console.log(char); // Output: 脄
Java:
char c = '\u8104';
System.out.println(c); // Output: 脄
JSON:
{"text": "\u8104"} // Value: 脄
Python:
char = '\u8104'
print(char) # Output: 脄
Perl:
my $char = "\x{8104}";
print $char; # Output: 脄
PHP:
$char = "\x{8104}";
echo $char; // Output: 脄
Ruby:
char = "\u{8104}"
puts char # Output: 脄
Rust:
let c = '\u{8104}';
println!("{}", c); // Output: 脄
Go:
char := '\u8104'
fmt.Printf("%c\n", char) // Output: 脄
CSS:
/* CSS content property */
.element::before {
content: "\008104"; /* 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%84
MD5:
0110621320785f780e84d7a4378d6956
SHA1:
386e979125162203cd6d0b55edbbbd6792440ff9
Base64:
6ISE