C:
char c = '\u96BA';
printf("%c\n", c); // Output: 隺
JavaScript:
const char = '\u96BA';
console.log(char); // Output: 隺
Java:
char c = '\u96BA';
System.out.println(c); // Output: 隺
JSON:
{"text": "\u96BA"} // Value: 隺
Python:
char = '\u96BA'
print(char) # Output: 隺
Perl:
my $char = "\x{96BA}";
print $char; # Output: 隺
PHP:
$char = "\x{96BA}";
echo $char; // Output: 隺
Ruby:
char = "\u{96BA}"
puts char # Output: 隺
Rust:
let c = '\u{96BA}';
println!("{}", c); // Output: 隺
Go:
char := '\u96BA'
fmt.Printf("%c\n", char) // Output: 隺
CSS:
/* CSS content property */
.element::before {
content: "\0096BA"; /* 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=%E9%9A%BA
MD5:
08774b82ceb0e3374f447373a3a52c07
SHA1:
7a1a308b4bbd362d477c0ba8e1d1f7f5e4faa229
Base64:
6Zq6