C:
char c = '\u96B2';
printf("%c\n", c); // Output: 隲
JavaScript:
const char = '\u96B2';
console.log(char); // Output: 隲
Java:
char c = '\u96B2';
System.out.println(c); // Output: 隲
JSON:
{"text": "\u96B2"} // Value: 隲
Python:
char = '\u96B2'
print(char) # Output: 隲
Perl:
my $char = "\x{96B2}";
print $char; # Output: 隲
PHP:
$char = "\x{96B2}";
echo $char; // Output: 隲
Ruby:
char = "\u{96B2}"
puts char # Output: 隲
Rust:
let c = '\u{96B2}';
println!("{}", c); // Output: 隲
Go:
char := '\u96B2'
fmt.Printf("%c\n", char) // Output: 隲
CSS:
/* CSS content property */
.element::before {
content: "\0096B2"; /* 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%B2
MD5:
558641b62dcdd5fc71f65f304780dd81
SHA1:
a898fa1dcf726ac5e45326ef93fe96a248ebe2d2
Base64:
6Zqy