C:
char c = '\u9699';
printf("%c\n", c); // Output: 隙
JavaScript:
const char = '\u9699';
console.log(char); // Output: 隙
Java:
char c = '\u9699';
System.out.println(c); // Output: 隙
JSON:
{"text": "\u9699"} // Value: 隙
Python:
char = '\u9699'
print(char) # Output: 隙
Perl:
my $char = "\x{9699}";
print $char; # Output: 隙
PHP:
$char = "\x{9699}";
echo $char; // Output: 隙
Ruby:
char = "\u{9699}"
puts char # Output: 隙
Rust:
let c = '\u{9699}';
println!("{}", c); // Output: 隙
Go:
char := '\u9699'
fmt.Printf("%c\n", char) // Output: 隙
CSS:
/* CSS content property */
.element::before {
content: "\009699"; /* 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%99
MD5:
1d840e385b042043815cd6d9c7fa6de0
SHA1:
f7962481d867c0d26e45f7bc4333f826a059f287
Base64:
6ZqZ