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