C:
char c = '\u93BB';
printf("%c\n", c); // Output: 鎻
JavaScript:
const char = '\u93BB';
console.log(char); // Output: 鎻
Java:
char c = '\u93BB';
System.out.println(c); // Output: 鎻
JSON:
{"text": "\u93BB"} // Value: 鎻
Python:
char = '\u93BB'
print(char) # Output: 鎻
Perl:
my $char = "\x{93BB}";
print $char; # Output: 鎻
PHP:
$char = "\x{93BB}";
echo $char; // Output: 鎻
Ruby:
char = "\u{93BB}"
puts char # Output: 鎻
Rust:
let c = '\u{93BB}';
println!("{}", c); // Output: 鎻
Go:
char := '\u93BB'
fmt.Printf("%c\n", char) // Output: 鎻
CSS:
/* CSS content property */
.element::before {
content: "\0093BB"; /* 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%8E%BB
MD5:
50d23a08cad712773cc3569eeecef313
SHA1:
a8f3d87b6785ab1f910b76b08acfaefe19788b33
Base64:
6Y67