C:
char c = '\u8150';
printf("%c\n", c); // Output: 腐
JavaScript:
const char = '\u8150';
console.log(char); // Output: 腐
Java:
char c = '\u8150';
System.out.println(c); // Output: 腐
JSON:
{"text": "\u8150"} // Value: 腐
Python:
char = '\u8150'
print(char) # Output: 腐
Perl:
my $char = "\x{8150}";
print $char; # Output: 腐
PHP:
$char = "\x{8150}";
echo $char; // Output: 腐
Ruby:
char = "\u{8150}"
puts char # Output: 腐
Rust:
let c = '\u{8150}';
println!("{}", c); // Output: 腐
Go:
char := '\u8150'
fmt.Printf("%c\n", char) // Output: 腐
CSS:
/* CSS content property */
.element::before {
content: "\008150"; /* 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%85%90
MD5:
48a4141d9c7e96a5f2aafb4c4ea6bc26
SHA1:
f780162fb530041883dcb6eac851fce609ae7bd7
Base64:
6IWQ