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