Unicode Finder

"橽" U+6A7D(CJK UNIFIED IDEOGRAPH-6A7D)

U+6A7D
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-6A7D

Programming

C
\u6A7D
JavaScript
\u6A7D
Java
\u6A7D
Json
\u6A7D
Python
\u6A7D
Perl
\x{6A7D}
PHP
\x{6A7D}
Ruby
\u{6A7D}
Rust
\u{6A7D}
Go
\u6A7D

Web

CSS
\006A7D
HtmlDecimal
橽
HtmlHexadecimal
橽
Url
%E6%A9%BD

Code

MD5
a4864bcfd40ff47b7455aaccfabe3145
Sha1
6820e38801498914a63addaa86da942bad563f4b
Base64
5qm9

使用範例

Programming Languages

C:

char c = '\u6A7D';
printf("%c\n", c);  // Output: 橽

JavaScript:

const char = '\u6A7D';
console.log(char);  // Output: 橽

Java:

char c = '\u6A7D';
System.out.println(c);  // Output: 橽

JSON:

{"text": "\u6A7D"}  // Value: 橽

Python:

char = '\u6A7D'
print(char)  # Output: 橽

Perl:

my $char = "\x{6A7D}";
print $char;  # Output: 橽

PHP:

$char = "\x{6A7D}";
echo $char;  // Output: 橽

Ruby:

char = "\u{6A7D}"
puts char  # Output: 橽

Rust:

let c = '\u{6A7D}';
println!("{}", c);  // Output: 橽

Go:

char := '\u6A7D'
fmt.Printf("%c\n", char)  // Output: 橽

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006A7D";  /* Display: 橽 */
}

HTML Decimal:

<p>HTML decimal: &#27261;</p>  <!-- Display: 橽 -->

HTML Hexadecimal:

<p>HTML hex: &#x6A7D;</p>  <!-- Display: 橽 -->

URL Encoding:

// 橽 URL encoding
https://unicodefinder.com/search.php?query=%E6%A9%BD

Encodings

MD5:

a4864bcfd40ff47b7455aaccfabe3145

SHA1:

6820e38801498914a63addaa86da942bad563f4b

Base64:

5qm9