Unicode Finder

"檵" U+6AB5(CJK UNIFIED IDEOGRAPH-6AB5)

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

Programming

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

Web

CSS
\006AB5
HtmlDecimal
檵
HtmlHexadecimal
檵
Url
%E6%AA%B5

Code

MD5
990dae2bf745f019d0b8d2a48b45565f
Sha1
5aaa8ad8745d1d532836b7c3cfed9225765f933e
Base64
5qq1

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6AB5';
console.log(char);  // Output: 檵

Java:

char c = '\u6AB5';
System.out.println(c);  // Output: 檵

JSON:

{"text": "\u6AB5"}  // Value: 檵

Python:

char = '\u6AB5'
print(char)  # Output: 檵

Perl:

my $char = "\x{6AB5}";
print $char;  # Output: 檵

PHP:

$char = "\x{6AB5}";
echo $char;  // Output: 檵

Ruby:

char = "\u{6AB5}"
puts char  # Output: 檵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27317;</p>  <!-- Display: 檵 -->

HTML Hexadecimal:

<p>HTML hex: &#x6AB5;</p>  <!-- Display: 檵 -->

URL Encoding:

// 檵 URL encoding
https://unicodefinder.com/search.php?query=%E6%AA%B5

Encodings

MD5:

990dae2bf745f019d0b8d2a48b45565f

SHA1:

5aaa8ad8745d1d532836b7c3cfed9225765f933e

Base64:

5qq1