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