C:
char c = '\u8DDF';
printf("%c\n", c); // Output: 跟
JavaScript:
const char = '\u8DDF';
console.log(char); // Output: 跟
Java:
char c = '\u8DDF';
System.out.println(c); // Output: 跟
JSON:
{"text": "\u8DDF"} // Value: 跟
Python:
char = '\u8DDF'
print(char) # Output: 跟
Perl:
my $char = "\x{8DDF}";
print $char; # Output: 跟
PHP:
$char = "\x{8DDF}";
echo $char; // Output: 跟
Ruby:
char = "\u{8DDF}"
puts char # Output: 跟
Rust:
let c = '\u{8DDF}';
println!("{}", c); // Output: 跟
Go:
char := '\u8DDF'
fmt.Printf("%c\n", char) // Output: 跟
CSS:
/* CSS content property */
.element::before {
content: "\008DDF"; /* 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=%E8%B7%9F
MD5:
3e040f815af8fd3f024bff57a28bad19
SHA1:
af6921838761c7b6c11e36bcd9197442c2be16cc
Base64:
6Lef