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