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