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