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