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