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