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