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