C:
char c = '\u969F';
printf("%c\n", c); // Output: 隟
JavaScript:
const char = '\u969F';
console.log(char); // Output: 隟
Java:
char c = '\u969F';
System.out.println(c); // Output: 隟
JSON:
{"text": "\u969F"} // Value: 隟
Python:
char = '\u969F'
print(char) # Output: 隟
Perl:
my $char = "\x{969F}";
print $char; # Output: 隟
PHP:
$char = "\x{969F}";
echo $char; // Output: 隟
Ruby:
char = "\u{969F}"
puts char # Output: 隟
Rust:
let c = '\u{969F}';
println!("{}", c); // Output: 隟
Go:
char := '\u969F'
fmt.Printf("%c\n", char) // Output: 隟
CSS:
/* CSS content property */
.element::before {
content: "\00969F"; /* 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%9F
MD5:
75a8e0fb60eeaa73a77f3900f9ddf0ce
SHA1:
7a42d60551e7710d73ea614f334321b37a8bea55
Base64:
6Zqf