C:
char c = '\u700A';
printf("%c\n", c); // Output: 瀊
JavaScript:
const char = '\u700A';
console.log(char); // Output: 瀊
Java:
char c = '\u700A';
System.out.println(c); // Output: 瀊
JSON:
{"text": "\u700A"} // Value: 瀊
Python:
char = '\u700A'
print(char) # Output: 瀊
Perl:
my $char = "\x{700A}";
print $char; # Output: 瀊
PHP:
$char = "\x{700A}";
echo $char; // Output: 瀊
Ruby:
char = "\u{700A}"
puts char # Output: 瀊
Rust:
let c = '\u{700A}';
println!("{}", c); // Output: 瀊
Go:
char := '\u700A'
fmt.Printf("%c\n", char) // Output: 瀊
CSS:
/* CSS content property */
.element::before {
content: "\00700A"; /* 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=%E7%80%8A
MD5:
ea5f14984d45431b72b4bb0a95a7dc23
SHA1:
e07e0f78f508795d296c281e69076f22f653ac79
Base64:
54CK