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