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