C:
char c = '\u694A';
printf("%c\n", c); // Output: 楊
JavaScript:
const char = '\u694A';
console.log(char); // Output: 楊
Java:
char c = '\u694A';
System.out.println(c); // Output: 楊
JSON:
{"text": "\u694A"} // Value: 楊
Python:
char = '\u694A'
print(char) # Output: 楊
Perl:
my $char = "\x{694A}";
print $char; # Output: 楊
PHP:
$char = "\x{694A}";
echo $char; // Output: 楊
Ruby:
char = "\u{694A}"
puts char # Output: 楊
Rust:
let c = '\u{694A}';
println!("{}", c); // Output: 楊
Go:
char := '\u694A'
fmt.Printf("%c\n", char) // Output: 楊
CSS:
/* CSS content property */
.element::before {
content: "\00694A"; /* 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%A5%8A
MD5:
95c89dadf705620bd4b4f23dd0bc0fd3
SHA1:
00fc427fa3fab8f82d6fecbee3d6431290d00885
Base64:
5qWK