C:
char c = '\u99E9';
printf("%c\n", c); // Output: 駩
JavaScript:
const char = '\u99E9';
console.log(char); // Output: 駩
Java:
char c = '\u99E9';
System.out.println(c); // Output: 駩
JSON:
{"text": "\u99E9"} // Value: 駩
Python:
char = '\u99E9'
print(char) # Output: 駩
Perl:
my $char = "\x{99E9}";
print $char; # Output: 駩
PHP:
$char = "\x{99E9}";
echo $char; // Output: 駩
Ruby:
char = "\u{99E9}"
puts char # Output: 駩
Rust:
let c = '\u{99E9}';
println!("{}", c); // Output: 駩
Go:
char := '\u99E9'
fmt.Printf("%c\n", char) // Output: 駩
CSS:
/* CSS content property */
.element::before {
content: "\0099E9"; /* 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%A7%A9
MD5:
23af51a7ddc74f82e99a35e4afd50281
SHA1:
51e1f6623d41d4967440e3b84095902b922194a5
Base64:
6aep