C:
char c = '\u81BF';
printf("%c\n", c); // Output: 膿
JavaScript:
const char = '\u81BF';
console.log(char); // Output: 膿
Java:
char c = '\u81BF';
System.out.println(c); // Output: 膿
JSON:
{"text": "\u81BF"} // Value: 膿
Python:
char = '\u81BF'
print(char) # Output: 膿
Perl:
my $char = "\x{81BF}";
print $char; # Output: 膿
PHP:
$char = "\x{81BF}";
echo $char; // Output: 膿
Ruby:
char = "\u{81BF}"
puts char # Output: 膿
Rust:
let c = '\u{81BF}';
println!("{}", c); // Output: 膿
Go:
char := '\u81BF'
fmt.Printf("%c\n", char) // Output: 膿
CSS:
/* CSS content property */
.element::before {
content: "\0081BF"; /* 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%86%BF
MD5:
65ca8cab3a9d8cd62c589609b6e96407
SHA1:
d8f56af33097c51b4b40c43ccb05615703ade0d1
Base64:
6Ia/