C:
char c = '\uC815';
printf("%c\n", c); // Output: 정
JavaScript:
const char = '\uC815';
console.log(char); // Output: 정
Java:
char c = '\uC815';
System.out.println(c); // Output: 정
JSON:
{"text": "\uC815"} // Value: 정
Python:
char = '\uC815'
print(char) # Output: 정
Perl:
my $char = "\x{C815}";
print $char; # Output: 정
PHP:
$char = "\x{C815}";
echo $char; // Output: 정
Ruby:
char = "\u{C815}"
puts char # Output: 정
Rust:
let c = '\u{C815}';
println!("{}", c); // Output: 정
Go:
char := '\uC815'
fmt.Printf("%c\n", char) // Output: 정
CSS:
/* CSS content property */
.element::before {
content: "\00C815"; /* 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=%EC%A0%95
MD5:
ac1e7ff8ce7975f3ac58ecbc7cef8836
SHA1:
402574f67d3cac943fd22eca90e41ec043de1dc8
Base64:
7KCV