C:
char c = '\u9A29';
printf("%c\n", c); // Output: 騩
JavaScript:
const char = '\u9A29';
console.log(char); // Output: 騩
Java:
char c = '\u9A29';
System.out.println(c); // Output: 騩
JSON:
{"text": "\u9A29"} // Value: 騩
Python:
char = '\u9A29'
print(char) # Output: 騩
Perl:
my $char = "\x{9A29}";
print $char; # Output: 騩
PHP:
$char = "\x{9A29}";
echo $char; // Output: 騩
Ruby:
char = "\u{9A29}"
puts char # Output: 騩
Rust:
let c = '\u{9A29}';
println!("{}", c); // Output: 騩
Go:
char := '\u9A29'
fmt.Printf("%c\n", char) // Output: 騩
CSS:
/* CSS content property */
.element::before {
content: "\009A29"; /* 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%A8%A9
MD5:
1e4005ce70462a4cea100cd147259eb2
SHA1:
6932e4bf2437731bbb2c05a9c7cd11ff55c8f421
Base64:
6aip