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