C:
char c = '\u814F';
printf("%c\n", c); // Output: 腏
JavaScript:
const char = '\u814F';
console.log(char); // Output: 腏
Java:
char c = '\u814F';
System.out.println(c); // Output: 腏
JSON:
{"text": "\u814F"} // Value: 腏
Python:
char = '\u814F'
print(char) # Output: 腏
Perl:
my $char = "\x{814F}";
print $char; # Output: 腏
PHP:
$char = "\x{814F}";
echo $char; // Output: 腏
Ruby:
char = "\u{814F}"
puts char # Output: 腏
Rust:
let c = '\u{814F}';
println!("{}", c); // Output: 腏
Go:
char := '\u814F'
fmt.Printf("%c\n", char) // Output: 腏
CSS:
/* CSS content property */
.element::before {
content: "\00814F"; /* 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%8F
MD5:
9183f8d57a87033ff9c55cfbf9bef01a
SHA1:
1f37e1b7bec0990416e85ea9621948f0ca4bfdf5
Base64:
6IWP