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