C:
char c = '\u99F2';
printf("%c\n", c); // Output: 駲
JavaScript:
const char = '\u99F2';
console.log(char); // Output: 駲
Java:
char c = '\u99F2';
System.out.println(c); // Output: 駲
JSON:
{"text": "\u99F2"} // Value: 駲
Python:
char = '\u99F2'
print(char) # Output: 駲
Perl:
my $char = "\x{99F2}";
print $char; # Output: 駲
PHP:
$char = "\x{99F2}";
echo $char; // Output: 駲
Ruby:
char = "\u{99F2}"
puts char # Output: 駲
Rust:
let c = '\u{99F2}';
println!("{}", c); // Output: 駲
Go:
char := '\u99F2'
fmt.Printf("%c\n", char) // Output: 駲
CSS:
/* CSS content property */
.element::before {
content: "\0099F2"; /* 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%B2
MD5:
9b112d644f925caa9219f2686b942884
SHA1:
7312ef0942aef143754fb6fe65a1dcfe98f5b56d
Base64:
6aey