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