C:
char c = '\uD17A';
printf("%c\n", c); // Output: 텺
JavaScript:
const char = '\uD17A';
console.log(char); // Output: 텺
Java:
char c = '\uD17A';
System.out.println(c); // Output: 텺
JSON:
{"text": "\uD17A"} // Value: 텺
Python:
char = '\uD17A'
print(char) # Output: 텺
Perl:
my $char = "\x{D17A}";
print $char; # Output: 텺
PHP:
$char = "\x{D17A}";
echo $char; // Output: 텺
Ruby:
char = "\u{D17A}"
puts char # Output: 텺
Rust:
let c = '\u{D17A}';
println!("{}", c); // Output: 텺
Go:
char := '\uD17A'
fmt.Printf("%c\n", char) // Output: 텺
CSS:
/* CSS content property */
.element::before {
content: "\00D17A"; /* 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=%ED%85%BA
MD5:
75c0bd99465c14524e04585139b80a82
SHA1:
4609a969993a2101669f0df1809d3f0756c76542
Base64:
7YW6