C:
char c = '\u9692';
printf("%c\n", c); // Output: 隒
JavaScript:
const char = '\u9692';
console.log(char); // Output: 隒
Java:
char c = '\u9692';
System.out.println(c); // Output: 隒
JSON:
{"text": "\u9692"} // Value: 隒
Python:
char = '\u9692'
print(char) # Output: 隒
Perl:
my $char = "\x{9692}";
print $char; # Output: 隒
PHP:
$char = "\x{9692}";
echo $char; // Output: 隒
Ruby:
char = "\u{9692}"
puts char # Output: 隒
Rust:
let c = '\u{9692}';
println!("{}", c); // Output: 隒
Go:
char := '\u9692'
fmt.Printf("%c\n", char) // Output: 隒
CSS:
/* CSS content property */
.element::before {
content: "\009692"; /* 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%92
MD5:
8182407d055225f2325ff0579bbce4b7
SHA1:
4d7c7340e247fc956c0fd4331100cd7fb99d34a3
Base64:
6ZqS