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