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