C:
char c = '\u593B';
printf("%c\n", c); // Output: 夻
JavaScript:
const char = '\u593B';
console.log(char); // Output: 夻
Java:
char c = '\u593B';
System.out.println(c); // Output: 夻
JSON:
{"text": "\u593B"} // Value: 夻
Python:
char = '\u593B'
print(char) # Output: 夻
Perl:
my $char = "\x{593B}";
print $char; # Output: 夻
PHP:
$char = "\x{593B}";
echo $char; // Output: 夻
Ruby:
char = "\u{593B}"
puts char # Output: 夻
Rust:
let c = '\u{593B}';
println!("{}", c); // Output: 夻
Go:
char := '\u593B'
fmt.Printf("%c\n", char) // Output: 夻
CSS:
/* CSS content property */
.element::before {
content: "\00593B"; /* 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=%E5%A4%BB
MD5:
d9db12ee19e660bc7ef63a4c5dc9ddea
SHA1:
9c2b04253699b157a50c34421546edb1587813a2
Base64:
5aS7