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