C:
char c = '\u8139';
printf("%c\n", c); // Output: 脹
JavaScript:
const char = '\u8139';
console.log(char); // Output: 脹
Java:
char c = '\u8139';
System.out.println(c); // Output: 脹
JSON:
{"text": "\u8139"} // Value: 脹
Python:
char = '\u8139'
print(char) # Output: 脹
Perl:
my $char = "\x{8139}";
print $char; # Output: 脹
PHP:
$char = "\x{8139}";
echo $char; // Output: 脹
Ruby:
char = "\u{8139}"
puts char # Output: 脹
Rust:
let c = '\u{8139}';
println!("{}", c); // Output: 脹
Go:
char := '\u8139'
fmt.Printf("%c\n", char) // Output: 脹
CSS:
/* CSS content property */
.element::before {
content: "\008139"; /* 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%B9
MD5:
f8e5087c5aee4fe54542f42519b260a2
SHA1:
f862478d2f8c1f95a6538850bcb97412ebaf9ba7
Base64:
6IS5