Unicode Finder

"摷" U+6477(CJK UNIFIED IDEOGRAPH-6477)

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

Programming

C
\u6477
JavaScript
\u6477
Java
\u6477
Json
\u6477
Python
\u6477
Perl
\x{6477}
PHP
\x{6477}
Ruby
\u{6477}
Rust
\u{6477}
Go
\u6477

Web

CSS
\006477
HtmlDecimal
摷
HtmlHexadecimal
摷
Url
%E6%91%B7

Code

MD5
1750a6d5706b62b0de681124064297f6
Sha1
c4eea2253c013dcec4668d99b4a5785e251887ef
Base64
5pG3

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6477';
console.log(char);  // Output: 摷

Java:

char c = '\u6477';
System.out.println(c);  // Output: 摷

JSON:

{"text": "\u6477"}  // Value: 摷

Python:

char = '\u6477'
print(char)  # Output: 摷

Perl:

my $char = "\x{6477}";
print $char;  # Output: 摷

PHP:

$char = "\x{6477}";
echo $char;  // Output: 摷

Ruby:

char = "\u{6477}"
puts char  # Output: 摷

Rust:

let c = '\u{6477}';
println!("{}", c);  // Output: 摷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006477";  /* Display: 摷 */
}

HTML Decimal:

<p>HTML decimal: &#25719;</p>  <!-- Display: 摷 -->

HTML Hexadecimal:

<p>HTML hex: &#x6477;</p>  <!-- Display: 摷 -->

URL Encoding:

// 摷 URL encoding
https://unicodefinder.com/search.php?query=%E6%91%B7

Encodings

MD5:

1750a6d5706b62b0de681124064297f6

SHA1:

c4eea2253c013dcec4668d99b4a5785e251887ef

Base64:

5pG3