C:
char c = '\u63DA';
printf("%c\n", c); // Output: 揚
JavaScript:
const char = '\u63DA';
console.log(char); // Output: 揚
Java:
char c = '\u63DA';
System.out.println(c); // Output: 揚
JSON:
{"text": "\u63DA"} // Value: 揚
Python:
char = '\u63DA'
print(char) # Output: 揚
Perl:
my $char = "\x{63DA}";
print $char; # Output: 揚
PHP:
$char = "\x{63DA}";
echo $char; // Output: 揚
Ruby:
char = "\u{63DA}"
puts char # Output: 揚
Rust:
let c = '\u{63DA}';
println!("{}", c); // Output: 揚
Go:
char := '\u63DA'
fmt.Printf("%c\n", char) // Output: 揚
CSS:
/* CSS content property */
.element::before {
content: "\0063DA"; /* 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=%E6%8F%9A
MD5:
315b24b2058d2e559088744b4f4c598a
SHA1:
d0d803d7c92d449f0d1e46d634e7aad8d14dd106
Base64:
5o+a