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