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