C:
char c = '\u905B';
printf("%c\n", c); // Output: 遛
JavaScript:
const char = '\u905B';
console.log(char); // Output: 遛
Java:
char c = '\u905B';
System.out.println(c); // Output: 遛
JSON:
{"text": "\u905B"} // Value: 遛
Python:
char = '\u905B'
print(char) # Output: 遛
Perl:
my $char = "\x{905B}";
print $char; # Output: 遛
PHP:
$char = "\x{905B}";
echo $char; // Output: 遛
Ruby:
char = "\u{905B}"
puts char # Output: 遛
Rust:
let c = '\u{905B}';
println!("{}", c); // Output: 遛
Go:
char := '\u905B'
fmt.Printf("%c\n", char) // Output: 遛
CSS:
/* CSS content property */
.element::before {
content: "\00905B"; /* 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%81%9B
MD5:
e9f935d93bf62b1774f0992572997eb3
SHA1:
6baf21f526d83dbf0c1b0709e1e7d852eacdf024
Base64:
6YGb