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