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