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