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