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