C:
char c = '\uAD97';
printf("%c\n", c); // Output: 궗
JavaScript:
const char = '\uAD97';
console.log(char); // Output: 궗
Java:
char c = '\uAD97';
System.out.println(c); // Output: 궗
JSON:
{"text": "\uAD97"} // Value: 궗
Python:
char = '\uAD97'
print(char) # Output: 궗
Perl:
my $char = "\x{AD97}";
print $char; # Output: 궗
PHP:
$char = "\x{AD97}";
echo $char; // Output: 궗
Ruby:
char = "\u{AD97}"
puts char # Output: 궗
Rust:
let c = '\u{AD97}';
println!("{}", c); // Output: 궗
Go:
char := '\uAD97'
fmt.Printf("%c\n", char) // Output: 궗
CSS:
/* CSS content property */
.element::before {
content: "\00AD97"; /* 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%97
MD5:
acab8e6410a58aaad5b3997aee93960b
SHA1:
e77032c870a6e5d52cbc7a42510a39dd64ff6a0f
Base64:
6raX