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