C:
char c = '\uAD93';
printf("%c\n", c); // Output: 궓
JavaScript:
const char = '\uAD93';
console.log(char); // Output: 궓
Java:
char c = '\uAD93';
System.out.println(c); // Output: 궓
JSON:
{"text": "\uAD93"} // Value: 궓
Python:
char = '\uAD93'
print(char) # Output: 궓
Perl:
my $char = "\x{AD93}";
print $char; # Output: 궓
PHP:
$char = "\x{AD93}";
echo $char; // Output: 궓
Ruby:
char = "\u{AD93}"
puts char # Output: 궓
Rust:
let c = '\u{AD93}';
println!("{}", c); // Output: 궓
Go:
char := '\uAD93'
fmt.Printf("%c\n", char) // Output: 궓
CSS:
/* CSS content property */
.element::before {
content: "\00AD93"; /* 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=%EA%B6%93
MD5:
564ccabcf363747444a356c186e22ad0
SHA1:
23c764b6c39563e0828e9582ed8bab8416681c8d
Base64:
6raT