C:
char c = '\uD2B2';
printf("%c\n", c); // Output: 튲
JavaScript:
const char = '\uD2B2';
console.log(char); // Output: 튲
Java:
char c = '\uD2B2';
System.out.println(c); // Output: 튲
JSON:
{"text": "\uD2B2"} // Value: 튲
Python:
char = '\uD2B2'
print(char) # Output: 튲
Perl:
my $char = "\x{D2B2}";
print $char; # Output: 튲
PHP:
$char = "\x{D2B2}";
echo $char; // Output: 튲
Ruby:
char = "\u{D2B2}"
puts char # Output: 튲
Rust:
let c = '\u{D2B2}';
println!("{}", c); // Output: 튲
Go:
char := '\uD2B2'
fmt.Printf("%c\n", char) // Output: 튲
CSS:
/* CSS content property */
.element::before {
content: "\00D2B2"; /* 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%8A%B2
MD5:
5154a5f9e52d031153d4917580e6942b
SHA1:
805f2a749125604f0d5b212a59dd554e5c0839e2
Base64:
7Yqy