C:
char c = '\u8DB4';
printf("%c\n", c); // Output: 趴
JavaScript:
const char = '\u8DB4';
console.log(char); // Output: 趴
Java:
char c = '\u8DB4';
System.out.println(c); // Output: 趴
JSON:
{"text": "\u8DB4"} // Value: 趴
Python:
char = '\u8DB4'
print(char) # Output: 趴
Perl:
my $char = "\x{8DB4}";
print $char; # Output: 趴
PHP:
$char = "\x{8DB4}";
echo $char; // Output: 趴
Ruby:
char = "\u{8DB4}"
puts char # Output: 趴
Rust:
let c = '\u{8DB4}';
println!("{}", c); // Output: 趴
Go:
char := '\u8DB4'
fmt.Printf("%c\n", char) // Output: 趴
CSS:
/* CSS content property */
.element::before {
content: "\008DB4"; /* 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%B6%B4
MD5:
a53ea74a66f745328e95b1823c63f520
SHA1:
b0aaa40ca87fe6eea18b15b0200646676e57af9b
Base64:
6La0