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