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